mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user