Skip to content

Commit

Permalink
meta: Enabled cppcoreguidelines-pro-type-member-init lint rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Oct 31, 2024
1 parent 366cab0 commit 1e7c823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Checks: >
modernize-use-default-member-init,
readability-non-const-parameter,
readability-function-cognitive-complexity,
cppcoreguidelines-pro-type-member-init,
clang-diagnostic-*,
llvm-*,
misc-*,
Expand Down

0 comments on commit 1e7c823

Please sign in to comment.