diff --git a/.golangci.yml b/.golangci.yml index aca0746..dba7f0c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -37,17 +37,12 @@ linters: # mandatory linters - govet - revive - - # some default golangci-lint linters - errcheck - gosimple - - godot - ineffassign - staticcheck - typecheck - unused - - # extra linters - bidichk - durationcheck - exhaustive @@ -55,9 +50,12 @@ linters: - gofmt - goimports - misspell + - whitespace + + # extra linters + - godot - predeclared - reassign - - whitespace - containedctx - funlen - gocognit