From 37767c0510551afbc1924b124bbeb5563681eac1 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Tue, 25 May 2021 14:22:00 +1000 Subject: [PATCH] ci: lint: show all errors in PRs It seems that golangci-lint didn't warn us about new lint errors that were added after we enabled it, so just run the full thing and give us all the errors on every PR run -- as long as we keep master lint-clean it doesn't matter whether we set this or not. Signed-off-by: Aleksa Sarai --- .github/workflows/validate.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8f651acb1..f54cc6e98 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,8 +21,6 @@ jobs: with: # must be specified without patch version version: v1.40 - # Only show new issues for a pull request. - only-new-issues: true shfmt: runs-on: ubuntu-20.04