Skip to content

Commit

Permalink
try header filters
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jul 26, 2024
1 parent a07fe41 commit e69177e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ Checks: >
-bugprone-implicit-widening-of-multiplication-result,
-bugprone-unchecked-optional-access
WarningsAsErrors: '*'
ExtraArgs: ['-Wno-attributes']
HeaderFilterRegex: 'io/substrait/*.\\.h$'
HeaderFilterRegex: 'io/substrait/.*\\.h$|protobuf/.*\\.h$'
AnalyzeTemporaryDtors: false
FormatStyle: none
CheckOptions:
Expand Down

0 comments on commit e69177e

Please sign in to comment.