diff --git a/.golangci.yml b/.golangci.yml index 85c1b3a4..25b85bf2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -41,10 +41,14 @@ linters: - unused # extra linters + - bidichk + - durationcheck - exhaustive + - exportloopref - gofmt - - whitespace - goimports + - reassign + - whitespace disable-all: true fast: false