We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d003a commit 803008eCopy full SHA for 803008e
cpp/misra/src/rules/RULE-9-4-1/IfElseIfEndCondition.ql
@@ -1,6 +1,6 @@
1
/**
2
* @id cpp/misra/if-else-if-end-condition
3
- * @name RULE-9-4-1: All if ... else if constructs shall be terminated with an else statement.
+ * @name RULE-9-4-1: All if ... else if constructs shall be terminated with an else statement
4
* @description All if ... else if constructs shall be terminated with an else statement.
5
* @kind problem
6
* @precision very-high
0 commit comments