From 3f9b5e243eb4ebfd014ce414e860168bcab8788b Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Tue, 6 Apr 2021 16:54:52 +0800 Subject: [PATCH] Lint: exclude deprecated lint errors temporarily (#870) --- .github/linters/.golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/linters/.golangci.yml b/.github/linters/.golangci.yml index 8fcb314bc..0fce17fb2 100644 --- a/.github/linters/.golangci.yml +++ b/.github/linters/.golangci.yml @@ -5,6 +5,10 @@ run: issues: new: true + exclude-rules: + - linters: + - staticcheck + text: "SA1019:" linters: enable: