Skip to content

Commit

Permalink
Fix HeaderFilterRegex option in .clang-tidy file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Sep 2, 2023
1 parent c0eda16 commit 697f4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ CheckOptions:

WarningsAsErrors: '*'

HeaderFilterRegex: 'src\/[^\/]+\.h$'
HeaderFilterRegex: 'include\/upa\/[^\/]+\.h$'

0 comments on commit 697f4b0

Please sign in to comment.