Skip to content

Commit

Permalink
run-clang-tidyu-cached: make sure to run over both, src/, and include/
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Nov 8, 2024
1 parent b4fbd15 commit c77b259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/bin/run-clang-tidy-cached.cc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ struct ConfigValues {

// --------------[ Project-specific configuration ]--------------
static constexpr ConfigValues kConfig = {
.start_dir = "src/",
.start_dir = ".",
.file_include_re = "^(src|include)",
// Not clean yet, don't revisit yet.
.revisit_brokenfiles_if_build_config_newer = false,
};
Expand Down

0 comments on commit c77b259

Please sign in to comment.