diff --git a/.golangci.yml b/.golangci.yml index ca6cd4e..441019a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -14,7 +14,6 @@ linters: - godox - gofmt - goimports - - golint - goprintffuncname - gosec - gosimple @@ -23,6 +22,7 @@ linters: - misspell - nakedret - prealloc + - revive - rowserrcheck - staticcheck - structcheck