We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb72ffb commit d8d003aCopy full SHA for d8d003a
rule_packages/cpp/ImportMisra23.json
@@ -133,7 +133,7 @@
133
{
134
"description": "All if ... else if constructs shall be terminated with an else statement.",
135
"kind": "problem",
136
- "name": "All if ... else if constructs shall be terminated with an else statement.",
+ "name": "All if ... else if constructs shall be terminated with an else statement",
137
"precision": "very-high",
138
"severity": "error",
139
"short_name": "IfElseIfEndCondition",
0 commit comments