mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
ci(codacy): fix ESLint/PMD/pylint SARIF crash
Add .codacy.yml to disable ESLint (no .eslintrc in web/), PMD (no Java code), and Prospector; restrict analysis paths to rdagent/ core. Limit codacy workflow to bandit-only to avoid IndexOutOfBoundsException at Sarif.scala:185 caused by 14k+ pylint results overwhelming the SARIF formatter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -50,6 +50,9 @@ jobs:
|
||||
format: sarif
|
||||
gh-code-scanning-compat: true
|
||||
max-allowed-issues: 2147483647
|
||||
# Limit to bandit only — avoids ESLint (no .eslintrc), PMD (no ruleset),
|
||||
# and pylint 14k-result SARIF crash (IndexOutOfBoundsException Sarif.scala:185)
|
||||
tool: bandit
|
||||
|
||||
# Upload the SARIF file generated in the previous step
|
||||
- name: Upload SARIF results file
|
||||
|
||||
Reference in New Issue
Block a user