Explorar o código

Chore: remove deprecated scopelint (#847)

Loyalsoldier %!s(int64=4) %!d(string=hai) anos
pai
achega
ebd4a56352
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      .github/linters/.golangci.yml

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

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