Skip to content

Commit

Permalink
let regex capture all Pele* submodules, not just PelePhysics
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Perry committed Nov 17, 2023
1 parent cc784ea commit aa572ba
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: 'PeleLMeX\/Source|PeleLMeX\/Exec|PeleLMeX\/Submodules\/PelePhysics'
HeaderFilterRegex: 'PeleLMeX\/Source|PeleLMeX\/Exec|PeleLMeX\/Submodules\/Pele'
AnalyzeTemporaryDtors: false
FormatStyle: none
User: user
Expand Down

0 comments on commit aa572ba

Please sign in to comment.