diff --git a/.golangci.yml b/.golangci.yml index 6ce61b79..d5b8776b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -82,6 +82,10 @@ linters: - revive text: should not use dot imports source: ginkgo|gomega + # Allow packages like helpers or utils. + - linters: + - revive + text: avoid meaningless package names # Exclude some linters from running on tests files. - linters: - goconst