Skip to content

Commit

Permalink
Regex clang tidy (#711)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce Perry <[email protected]>
Co-authored-by: Bruce Perry <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent 5048ec5 commit c4e6b4b
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: 'PeleC\/Source|PeleC\/Exec|PeleC\/Submodules\/Pele'
AnalyzeTemporaryDtors: false
FormatStyle: none
User: user
Expand Down

0 comments on commit c4e6b4b

Please sign in to comment.