diff --git a/.golangci.yml b/.golangci.yml index b2e958090..07c29f1b1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -6,9 +6,7 @@ linters: disable: - gocyclo - golint - - maligned - errcheck - - interfacer - unparam - lll - gochecknoglobals @@ -16,9 +14,11 @@ linters: - stylecheck - funlen - godox - - dogsled - whitespace -# linters-settings: + +linters-settings: + dogsled: + max-blank-identifiers: 3 # govet: # check-shadowing: true # golint: