Skip to content

Commit

Permalink
Modifies clang-tidy header filter regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jun 21, 2024
1 parent 6ec9c8f commit db761cd
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
@@ -1,4 +1,4 @@
HeaderFilterRegex: 'platypus/[ste]'
HeaderFilterRegex: 'platypus/[is]'
Checks: '-*,readability-identifier-naming,readability-redundant-member-init,modernize-*,-modernize-use-trailing-return-type,-modernize-avoid-c-arrays'
CheckOptions:
- key: readability-identifier-naming.AggressiveDependentMemberLookup
Expand Down

0 comments on commit db761cd

Please sign in to comment.