Browse Source

Chore: remove deprecated scopelint (#847)

Loyalsoldier 4 years ago
parent
commit
ebd4a56352
1 changed files with 0 additions and 5 deletions
  1. 0 5
      .github/linters/.golangci.yml

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

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