Skip to content

Commit

Permalink
golangci-lint: enable only-new-issues for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Aug 20, 2024
1 parent c72afe7 commit c2c8d84
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 c2c8d84

Please sign in to comment.