diff --git a/.golangci.yml b/.golangci.yml index 1961946b..6b9f9a7b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -86,11 +86,8 @@ linters-settings: # List of file globs that will match this list of settings to compare against. # Default: $all files: - - "$all" - # List of allowed packages. - allow: - - $gostd - # Packages that are not allowed where the value is a suggestion. + - $all + - "!$test" deny: - pkg: "github.com/sirupsen/logrus" desc: not allowed