diff --git a/.github/linters/.golangci.yml b/.github/linters/.golangci.yml index 589e45e1..8a635028 100644 --- a/.github/linters/.golangci.yml +++ b/.github/linters/.golangci.yml @@ -14,8 +14,6 @@ issues: - dupl - gosec - goconst - - funlen - - lll linters: enable: @@ -26,21 +24,18 @@ linters: - dupl - errcheck - exhaustive - - funlen - goconst - gocritic - gocyclo - gofmt - goimports - golint - - gomnd - goprintffuncname - gosec - gosimple - govet - ineffassign - interfacer - - lll - misspell - nakedret - noctx