diff --git a/.golangci.yml b/.golangci.yml index f55f33cc..6f89a624 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -43,6 +43,7 @@ linters: - gofmt - whitespace - goimports + - unused disable-all: true fast: false @@ -51,4 +52,4 @@ issues: exclude-rules: - path: policy/grammar\.go # ignore structtag issues there linters: - - govet \ No newline at end of file + - govet