Skip to content

Commit

Permalink
golangci-lint: enable only-new-issues for PRs (#14136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Aug 20, 2024
1 parent 6d072dd commit 0fd7480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/golangci-lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
skip-pkg-cache: true
skip-build-cache: true
# only-new-issues is only applicable to PRs, otherwise it is always set to false
only-new-issues: false # disabled for PRs due to unreliability
only-new-issues: true
args: --out-format colored-line-number,checkstyle:golangci-lint-report.xml
working-directory: ${{ inputs.go-directory }}
- name: Print lint report artifact
Expand Down

0 comments on commit 0fd7480

Please sign in to comment.