Skip to content

Commit 2bd6dd9

Browse files
committed
fixup! TEMP
1 parent 75c854b commit 2bd6dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_static_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _get_changed_files(build_path: str) -> set[str]:
4343

4444
files = set([line for line in result.stdout.splitlines() if
4545
(line.endswith('.cpp') or line.endswith('.h')) and not line.startswith(
46-
'tests') and not line.startswith('samples') and not line.startswith("third_party") and not line.startswith(build_path)])
46+
'tests') and not line.startswith('samples') and not line.startswith("third_party") and not line.startswith(build_path) and line.startswith("src/misc")])
4747
return files & commands
4848

4949

0 commit comments

Comments
 (0)