Skip to content

Commit

Permalink
make clang-tidy recognize .H as a header
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Mar 21, 2024
1 parent 09bde5f commit fa8374a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ Checks: >
openmp-*
HeaderFilterRegex: '(/Source/*/|/Util/model_parser|^\./|^tmp_build_dir/castro_sources/*/).*\.H$'

HeaderFileExtensions: ['', "H", 'h', 'hh', 'hpp', 'hxx']

0 comments on commit fa8374a

Please sign in to comment.