Browse Source

lint: remove strcutcheck and varcheck

Kaede Akino 11 months ago
parent
commit
2bd86f7115
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/linters/.golangci.yml

+ 0 - 2
.github/linters/.golangci.yml

@@ -32,12 +32,10 @@ linters:
     - revive
     - rowserrcheck
     - staticcheck
-    - structcheck
     - stylecheck
     - typecheck
     - unconvert
     - unparam
-    - varcheck
     - whitespace
   disable:
     - deadcode