all repos — searchix @ eb67d4d7c7ef139d98d555edbfd91211608756e1

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: move staticcheck config to golangci-lint yaml

Alan Pearce
commit

eb67d4d7c7ef139d98d555edbfd91211608756e1

parent

3a04aefd4233216ef4c56dbc5befcc5b102f5201

2 files changed, 3 insertions(+), 5 deletions(-)

changed files
M .golangci.yaml.golangci.yaml
@@ -37,6 +37,9 @@ excludes:
- G115 paralleltest: ignore-missing: true + staticcheck: + dot-import-whitelist: + - alin.ovh/gomponents/html wrapcheck: ignore-sigs: - .Errorf(
@@ -59,10 +62,6 @@ - linters:
- revive path: internal/components text: dot-imports - - linters: - - staticcheck - path: internal/components - text: dot imports paths: - third_party$ - builtin$
D staticcheck.conf
@@ -1,1 +0,0 @@
-dot_import_whitelist = ["alin.ovh/gomponents/html"]