diff --git a/.golangci.yml b/.golangci.yml index 7575a3ac69..f8f8d94ac9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -24,7 +24,9 @@ linters: - copyloopvar - whitespace - revive # only certain checks enabled - + - durationcheck + - gocheckcompilerdirectives + - reassign ### linters we tried and will not be using: ### # - structcheck # lots of false positives