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 7140b12 commit 5e8fae8Copy full SHA for 5e8fae8
.github/workflows/ci-post-commit-analyzer-run.py
@@ -12,6 +12,8 @@ def run_analyzer(data):
12
data["command"]
13
+ f" --analyze --analyzer-output html -o analyzer-results -Xclang -analyzer-config -Xclang max-nodes=75000"
14
)
15
+ if 'lib/Support' not in data['file']:
16
+ return
17
print(command)
18
subprocess.run(command, shell=True, check=True)
19
0 commit comments