Add include directory to clang-tidy

pull/24889/head
Esun Kim 4 years ago
parent 6c440e820b
commit 0bbda0f529
  1. 2
      tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh

@ -22,7 +22,7 @@ cd ${CLANG_TIDY_ROOT}
# run clang tidy for all source files
cat compile_commands.json | jq -r '.[].file' \
| grep -E "(^src/core/|^src/cpp/|^test/core/|^test/cpp/)" \
| grep -E "(^include/|^src/core/|^src/cpp/|^test/core/|^test/cpp/)" \
| grep -v -E "/upb-generated/|/upbdefs-generated/" \
| sort \
| xargs tools/distrib/run_clang_tidy.py "$@"

Loading…
Cancel
Save