Skip to content

Commit 5e8fae8

Browse files
committed
ZXXX: debug
1 parent 7140b12 commit 5e8fae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-post-commit-analyzer-run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ def run_analyzer(data):
1212
data["command"]
1313
+ f" --analyze --analyzer-output html -o analyzer-results -Xclang -analyzer-config -Xclang max-nodes=75000"
1414
)
15+
if 'lib/Support' not in data['file']:
16+
return
1517
print(command)
1618
subprocess.run(command, shell=True, check=True)
1719

0 commit comments

Comments
 (0)