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

Golangci-lint: disable some plugins

This commit is contained in:
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

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