mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
Merge pull request #210 from Loyalsoldier/disable-golangci-lint-plugins
Golangci-lint: disable some plugins
This commit is contained in:
commit
7d40abaf95
5
.github/linters/.golangci.yml
vendored
5
.github/linters/.golangci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user