diff --git a/.github/.golangci.yml b/.github/.golangci.yml index f08e704..dbaa240 100644 --- a/.github/.golangci.yml +++ b/.github/.golangci.yml @@ -213,8 +213,6 @@ linters-settings: prealloc: simple: false for-loops: true - unused: - check-exported: false whitespace: multi-if: false multi-func: false @@ -235,7 +233,7 @@ issues: # But independently from this option we use default exclude patterns, # it can be disabled by `exclude-use-default: false`. To list all # excluded by default patterns execute `golangci-lint run --help` - exclude: + #exclude: #- "should have a package comment, unless it's in another file for this package" #- "do not define dynamic errors, use wrapped static errors instead" #- "missing cases in switch of type Group: maxID"