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 <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai
2021-05-25 14:22:00 +10:00
parent 07ca0be07b
commit 37767c0510
-2
View File
@@ -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