Skip to content

Commit

Permalink
Enable the cppcoreguidelines-pro-type-member-init lint
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Aug 16, 2024
1 parent a8c1913 commit 0127a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Checks: '*include*,
bugprone-macro-parentheses,
hicpp-uppercase-literal-suffix,
readability-convert-member-functions-to-static,
cppcoreguidelines-pro-type-member-init,
-altera-unroll-loops,
-altera-id-dependent-backward-branch,
-bugprone-easily-swappable-parameters,
Expand Down

0 comments on commit 0127a77

Please sign in to comment.