From 4b03da7400e0a79ccc9faa5703e6d707004162df Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Sun, 2 Jan 2022 15:20:59 +0000 Subject: [PATCH] revert incorrect change introduced in 3ef7feaeaf737d05c5a624c580633b7ce0f0f1be --- .github/linters/.golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/.golangci.yml b/.github/linters/.golangci.yml index 7ef370942..de49f0198 100644 --- a/.github/linters/.golangci.yml +++ b/.github/linters/.golangci.yml @@ -4,7 +4,7 @@ run: - generated.* issues: - new: false + new: true exclude-rules: - linters: - staticcheck