Browse Source

Lint: exclude deprecated lint errors temporarily (#870)

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

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

@@ -5,6 +5,10 @@ run:
 
 issues:
   new: true
+  exclude-rules:
+    - linters:
+      - staticcheck
+      text: "SA1019:"
 
 linters:
   enable: