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 b53dd8a commit ce302b9Copy full SHA for ce302b9
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
@@ -130,6 +130,7 @@ Does not improve the readability.
130
`modernize-use-designated-initializers`<br/>
131
`readability-enum-initial-value`<br/>
132
`modernize-use-trailing-return-type`<br/>
133
+`bugprone-command-processor`<br/>
134
135
To be evaluated (need to remove exclusion).
136
0 commit comments