diff --git a/.golangci.yml b/.golangci.yml index d30a4900c..20353fd2e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -20,6 +20,9 @@ linters: disable-all: true issues: + # Enable some lints excluded by default + exclude-use-default: false + # Maximum issues count per one linter. Set to 0 to disable. Default is 50. max-per-linter: 0