Skip to content

Commit 644b574

Browse files
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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.clang-tidy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ Checks: >
1313
WarningsAsErrors: '*'
1414
# Check first-party (non-system, non-vendored) headers.
1515
HeaderFilterRegex: '.*'
16-
ExcludeHeaderFilterRegex: 'build/_deps/'
17-
SystemHeaders: false

0 commit comments

Comments
 (0)