We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a065b commit f7f65b1Copy full SHA for f7f65b1
.github/workflows/build.yaml
@@ -430,7 +430,7 @@ jobs:
430
./scripts/run_in_build_env.sh \
431
"./scripts/run-clang-tidy-on-compile-commands.py \
432
--compile-database out/default/compile_commands.json \
433
- --file-exclude-regex '/(repo|zzz_generated|lwip/standalone)/|CodegenDataModel_Write' \
+ --file-exclude-regex '/(repo|zzz_generated|lwip/standalone)/|CodegenDataModel_Write|QuieterReporting' \
434
check \
435
"
436
- name: Uploading diagnostic logs
0 commit comments