Exclude some generated files from clang-tidy run
The generated files don't pass the readability/coding style checks, but there's nothing much we can do about that, so we just exclude them from the check by patching compile_commands.json before running clang-tidy.
.clang-tidy-ignore
0 → 100644
tools/run-clang-tidy.sh
0 → 100755
Please register or sign in to comment