mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 14:57:44 -05:00
lint: remove strcutcheck and varcheck
This commit is contained in:
parent
a72c4d2644
commit
2bd86f7115
2
.github/linters/.golangci.yml
vendored
2
.github/linters/.golangci.yml
vendored
@ -32,12 +32,10 @@ linters:
|
|||||||
- revive
|
- revive
|
||||||
- rowserrcheck
|
- rowserrcheck
|
||||||
- staticcheck
|
- staticcheck
|
||||||
- structcheck
|
|
||||||
- stylecheck
|
- stylecheck
|
||||||
- typecheck
|
- typecheck
|
||||||
- unconvert
|
- unconvert
|
||||||
- unparam
|
- unparam
|
||||||
- varcheck
|
|
||||||
- whitespace
|
- whitespace
|
||||||
disable:
|
disable:
|
||||||
- deadcode
|
- deadcode
|
||||||
|
Loading…
Reference in New Issue
Block a user