We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bugprone-command-processor
1 parent db70839 commit 086c942Copy full SHA for 086c942
2 files changed
.clang-tidy
@@ -24,6 +24,7 @@ Checks: >
24
google-explicit-constructor,
25
-bugprone-assignment-in-if-condition,
26
-bugprone-branch-clone,
27
+ -bugprone-command-processor,
28
-bugprone-easily-swappable-parameters,
29
-bugprone-empty-catch,
30
-bugprone-macro-parentheses,
clang-tidy.md
@@ -132,6 +132,7 @@ Does not improve the readability.
132
`modernize-use-trailing-return-type`<br/>
133
`misc-unconventional-assign-operator`<br/>
134
`bugprone-throwing-static-initialization`<br/>
135
+`bugprone-command-processor`<br/>
136
137
To be evaluated (need to remove exclusion).
138
0 commit comments