1
0
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:
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 - 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