diff --git a/.golangci.yml b/.golangci.yml index 7c49a522..10dac68d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,5 +1,3 @@ -run: - linters-settings: govet: enable-all: true @@ -92,7 +90,7 @@ issues: - forbidigo - path: /*_test.go text: "var-naming: " - litners: + linters: - revive # Maximum issues count per one linter. Set to 0 to disable. Default is 50.