Skip to content

Commit

Permalink
remove header include from clang-tidy call
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed Jul 25, 2023
1 parent d39ee53 commit 219a6d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions misc/style/run-clang-tidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def check_search_code_with_clang_tidy():
"-quiet",
"-p", build_dir,
"-clang-tidy-binary=clang-tidy-12",
# Include all non-system headers.
"-header-filter=.*",
"-checks=-*," + ",".join(checks)]
print("Running clang-tidy: " + " ".join(pipes.quote(x) for x in cmd))
print()
Expand Down

0 comments on commit 219a6d5

Please sign in to comment.