We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
readability-inconsistent-ifelse-braces
1 parent 797593e commit f51ae1fCopy full SHA for f51ae1f
2 files changed
.clang-tidy
@@ -68,6 +68,7 @@ Checks: >
68
-readability-identifier-length,
69
-readability-identifier-naming,
70
-readability-implicit-bool-conversion,
71
+ -readability-inconsistent-ifelse-braces,
72
-readability-isolate-declaration,
73
-readability-magic-numbers,
74
-readability-redundant-parentheses,
clang-tidy.md
@@ -163,6 +163,10 @@ We are not interested in this.
163
164
Reports false positives - see https://github.com/llvm/llvm-project/issues/164125.
165
166
+`readability-inconsistent-ifelse-braces`<br/>
167
+
168
+The suggestions are too intrusive.
169
170
### Disabled for performance reasons
171
172
`portability-std-allocator-const`<br/>
0 commit comments