Skip to content

Commit

Permalink
ZXXX: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jun 6, 2024
1 parent 7140b12 commit 5e8fae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-post-commit-analyzer-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ def run_analyzer(data):
data["command"]
+ f" --analyze --analyzer-output html -o analyzer-results -Xclang -analyzer-config -Xclang max-nodes=75000"
)
if 'lib/Support' not in data['file']:
return
print(command)
subprocess.run(command, shell=True, check=True)

Expand Down

0 comments on commit 5e8fae8

Please sign in to comment.