srctree

Robin Linden parent 1ccc7bae 1cdb98b4
meta: Check header files using clang-tidy as well

inlinesplit
.clang-tidy added: 3, removed: 4, total 0
@@ -24,4 +24,4 @@ Checks: >
 
WarningsAsErrors: "*"
 
HeaderFilterRegex: ""
HeaderFilterRegex: "\\./(browser|css|css2|dom|dom2|engine|etest|geom|gfx|html|html2|img|js|layout|net|os|protocol|render|style|tui|uri|url|util)/"
 
.github/workflows/ci.yaml added: 3, removed: 4, total 0
@@ -174,7 +174,6 @@ jobs:
# confused by missing headers.
- run: bazel build `bazel query 'kind("genrule", "...")'`
- run: bazel run refresh_compile_commands
# TODO(robinlinden): Also check header files.
- run: run-clang-tidy-14 -quiet `find . -name "*.cpp"`
 
buildifier: