Просмотр исходного кода

Lint: exclude deprecated lint errors temporarily (#870)

Loyalsoldier 4 лет назад
Родитель
Сommit
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: