瀏覽代碼

Lint: exclude deprecated lint errors temporarily (#870)

Loyalsoldier 4 年之前
父節點
當前提交
3f9b5e243e
共有 1 個文件被更改,包括 4 次插入0 次删除
  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: