Golangci-lint: disable some plugins

pull/2744/head
loyalsoldier 2020-09-21 06:39:38 +08:00
parent 525d4e13a9
commit f9a9746fcd
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90
1 changed files with 0 additions and 5 deletions

View File

@ -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