diff --git a/.golangci.yml b/.golangci.yml index 9d16eb1..7090f85 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,6 +34,11 @@ linters: generated: strict presets: - common-false-positives + rules: + - path: "_test.go$" + text: "^G703:" + linters: + - gosec formatters: enable: - gofmt