diff --git a/.golangci.yaml b/.golangci.yaml index 82360a2..231f534 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -9,9 +9,18 @@ linters: - revive - ineffassign - staticcheck + - misspell + - gocyclo + - typecheck + - megacheck + - goimports + - goconst + - unconvert + - gocritic issues: exclude-rules: - path: example.*_test\.go linters: - ineffassign - revive + exclude-use-default: false