1
0
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:
Kaede Akino 2024-12-04 21:19:11 +08:00
parent a72c4d2644
commit 2bd86f7115
No known key found for this signature in database
GPG Key ID: A7F35EC642F950B0

View File

@ -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