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