From ebd4a563523a721502e2760bca6c19f2e6f48cf1 Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 3 Apr 2021 00:41:38 +0800 Subject: [PATCH] Chore: remove deprecated scopelint (#847) --- .github/linters/.golangci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/linters/.golangci.yml b/.github/linters/.golangci.yml index 74b60dcb9..8fcb314bc 100644 --- a/.github/linters/.golangci.yml +++ b/.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