1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

Merge pull request #210 from Loyalsoldier/disable-golangci-lint-plugins

Golangci-lint: disable some plugins
This commit is contained in:
Kslr 2020-09-21 13:56:11 +08:00 committed by GitHub
commit 7d40abaf95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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