mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-10 06:16:53 -05:00
Golangci-lint: disable some plugins
This commit is contained in:
parent
525d4e13a9
commit
f9a9746fcd
5
.github/linters/.golangci.yml
vendored
5
.github/linters/.golangci.yml
vendored
@ -14,8 +14,6 @@ issues:
|
|||||||
- dupl
|
- dupl
|
||||||
- gosec
|
- gosec
|
||||||
- goconst
|
- goconst
|
||||||
- funlen
|
|
||||||
- lll
|
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
enable:
|
enable:
|
||||||
@ -26,21 +24,18 @@ linters:
|
|||||||
- dupl
|
- dupl
|
||||||
- errcheck
|
- errcheck
|
||||||
- exhaustive
|
- exhaustive
|
||||||
- funlen
|
|
||||||
- goconst
|
- goconst
|
||||||
- gocritic
|
- gocritic
|
||||||
- gocyclo
|
- gocyclo
|
||||||
- gofmt
|
- gofmt
|
||||||
- goimports
|
- goimports
|
||||||
- golint
|
- golint
|
||||||
- gomnd
|
|
||||||
- goprintffuncname
|
- goprintffuncname
|
||||||
- gosec
|
- gosec
|
||||||
- gosimple
|
- gosimple
|
||||||
- govet
|
- govet
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- interfacer
|
- interfacer
|
||||||
- lll
|
|
||||||
- misspell
|
- misspell
|
||||||
- nakedret
|
- nakedret
|
||||||
- noctx
|
- noctx
|
||||||
|
Loading…
Reference in New Issue
Block a user