1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-02-13 03:35:24 -05:00

Chore: remove deprecated scopelint (#847)

This commit is contained in:
Loyalsoldier
2021-04-03 00:41:38 +08:00
committed by GitHub
parent 78c1993431
commit ebd4a56352

View File

@@ -5,10 +5,6 @@ run:
issues:
new: true
exclude-rules:
- path: _test\.go
linters:
- scopelint
linters:
enable:
@@ -25,7 +21,6 @@ linters:
- misspell
- nakedret
- rowserrcheck
- scopelint
- staticcheck
- structcheck
- stylecheck