diff --git a/.golangci.yml b/.golangci.yml index 16ee397..083ad81 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -12,6 +12,9 @@ linters: - ireturn - goconst - errcheck + settings: + goconst: + ignore-tests: true exclusions: rules: - path: _test\.go