Skip to content

Commit e49a9cd

Browse files
committed
temporary crutch
commit_hash:0c488d042b864913c9d967a1aba4fb794ce1109f
1 parent ad5fab9 commit e49a9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/clang_tidy_arch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main():
1515
inputs = unknown_args
1616
result_json = {}
1717
for inp in inputs:
18-
if os.path.exists(inp) and inp.endswith(".tidyjson"):
18+
if inp.endswith(".tidyjson") and not inp.endswith(".global.tidyjson") and os.path.exists(inp):
1919
with open(inp, 'r') as afile:
2020
file_content = afile.read().strip()
2121
if not file_content:

0 commit comments

Comments
 (0)