mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-14 05:05:36 -05:00
Golangci-lint: disable some plugins
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user