Skip to content

Commit

Permalink
clang-tidy: removes ExcludeHeaderFilterRegex not available in LLVM 14 (
Browse files Browse the repository at this point in the history
…#37378)

This directive was introduced in #37317 but turns out this is not
available in LLVM 14.
So for now we remove this. By the time we enable clang-tidy on CI we
should find
a way to ignore it, but for now simply remove it so that we can run
clang-tidy locally.

part of #28566

Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake authored Nov 26, 2024
1 parent b1a2af6 commit 0a40f40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ UseColor: true

WarningsAsErrors: '*'

# The ABI header file is a pure C header file, and clang-tidy is only for C++.
ExcludeHeaderFilterRegex: 'source/extensions/dynamic_modules/abi.h'

## The version here is arbitrary since any change to this file will
## trigger a full run of clang-tidy against all files.
## It can be useful as it seems some header changes may not trigger the
Expand Down

0 comments on commit 0a40f40

Please sign in to comment.