Commit 644b574
committed
Fix .clang-tidy for clang-tidy 14 compatibility
Remove ExcludeHeaderFilterRegex and SystemHeaders options which are
not supported in clang-tidy 14 on Ubuntu 22.04.
- ExcludeHeaderFilterRegex was added in LLVM 15
- SystemHeaders is not a valid configuration key
The .clang-tidy file is now compatible with clang-tidy 14+. Note that
clang-tidy remains disabled in CI presets for build performance, but
can be re-enabled if desired.1 parent f3e9471 commit 644b574
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
0 commit comments