Skip to content

Commit

Permalink
use regex to ignore headers from submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Perry committed Nov 15, 2023
1 parent 5f7a14b commit 1855125
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 @@ -21,7 +21,7 @@ Checks: 'bugprone-*,
-readability-function-cognitive-complexity,
-readability-function-size'
WarningsAsErrors: ''
HeaderFilterRegex: '.*'
HeaderFilterRegex: 'PeleLMeX\/Source|PeleLMeX\/Submodules\/PelePhysics'
AnalyzeTemporaryDtors: false
FormatStyle: none
User: user
Expand Down

0 comments on commit 1855125

Please sign in to comment.