We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa352cb commit d3c109eCopy full SHA for d3c109e
.github/workflows/codacy.yml
@@ -53,7 +53,7 @@ jobs:
53
# Force 0 exit code to allow SARIF file generation
54
# This will handover control about PR rejection to the GitHub side
55
max-allowed-issues: 2147483647
56
- config-file: .codacy.yml # Optional, if you have a custom Codacy configuration file
+ # config-file: .codacy.yml # Optional, if you have a custom Codacy configuration file
57
58
# Upload the SARIF file generated in the previous step
59
- name: Upload SARIF results file
0 commit comments