Skip to content

Commit aa00c2a

Browse files
committed
.clang-tidy: disable readability-avoid-return-with-void-value
1 parent ec9d996 commit aa00c2a

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
@@ -11,6 +11,7 @@ Checks: >
1111
-llvm-else-after-return,
1212
-readability-else-after-return,
1313
-readability-use-anyofallof,
14+
-readability-avoid-return-with-void-value,
1415
-misc-const-correctness,
1516
-misc-unused-parameters,
1617
-misc-non-private-member-variables-in-classes,

0 commit comments

Comments
 (0)