diff --git a/.golangci.yaml b/.golangci.yaml index 1e6136df..cc1310b6 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -45,3 +45,10 @@ linters: - unconvert - unparam - wastedassign + +issues: + exclude-rules: + # Exclude some linters from running on tests files. + - path: _test\.go + linters: + - lll