From 8de129e12fbec187cd02a501188ae3229cd265b3 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 8 Nov 2020 22:17:46 +0100 Subject: [PATCH] Switch to the default set of golangci-lint linters --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8ce13fcbd..a83830b45 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -240,7 +240,7 @@ jobs: version: v1.29 # Optional: show only new issues if it's a pull request. The default value is `false`. only-new-issues: true - args: --verbose --timeout 5m --enable-all --disable wsl + args: --verbose --timeout 5m # only run golangci-lint for pull requests, otherwise ALL hints get # reported. We need to slowly address all issues until we can enable