Skip to content

Commit 39133d0

Browse files
authored
chore: add readability-isolate-declaration to .clang-tidy (#419)
Add this rule to avoid defining multiple variables on the same line.
1 parent 8bb8521 commit 39133d0

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
@@ -22,6 +22,7 @@ Checks: |
2222
google-*,
2323
modernize-*,
2424
readability-identifier-naming,
25+
readability-isolate-declaration,
2526
-modernize-use-nodiscard,
2627
-modernize-use-trailing-return-type,
2728

0 commit comments

Comments
 (0)