Skip to content

Commit 0127a77

Browse files
committed
Enable the cppcoreguidelines-pro-type-member-init lint
Signed-off-by: Stefan Marr <[email protected]>
1 parent a8c1913 commit 0127a77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Checks: '*include*,
1414
bugprone-macro-parentheses,
1515
hicpp-uppercase-literal-suffix,
1616
readability-convert-member-functions-to-static,
17+
cppcoreguidelines-pro-type-member-init,
1718
-altera-unroll-loops,
1819
-altera-id-dependent-backward-branch,
1920
-bugprone-easily-swappable-parameters,

0 commit comments

Comments
 (0)