Golangci-lint: disable some plugins
@@ -14,8 +14,6 @@ issues:
- dupl
- gosec
- goconst
- - funlen
- - lll
linters:
enable:
@@ -26,21 +24,18 @@ linters:
- errcheck
- exhaustive
- gocritic
- gocyclo
- gofmt
- goimports
- golint
- - gomnd
- goprintffuncname
- gosimple
- govet
- ineffassign
- interfacer
- misspell
- nakedret
- noctx