1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 01:15:38 +00:00

Merge pull request #210 from Loyalsoldier/disable-golangci-lint-plugins

Golangci-lint: disable some plugins
This commit is contained in:
Kslr 2020-09-21 13:56:11 +08:00 committed by GitHub
commit 7d40abaf95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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