diff --git a/.golangci.yml b/.golangci.yml index 0991cdf1e..b2e958090 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -14,6 +14,10 @@ linters: - gochecknoglobals - gochecknoinits - stylecheck + - funlen + - godox + - dogsled + - whitespace # linters-settings: # govet: # check-shadowing: true @@ -45,4 +49,3 @@ linters: # disabled-checks: # - wrapperFunc # - commentFormatting # https://github.com/go-critic/go-critic/issues/755 -