Skip to content

Commit 803008e

Browse files
committed
Fix integration
1 parent d8d003a commit 803008e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/misra/src/rules/RULE-9-4-1/IfElseIfEndCondition.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @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.
3+
* @name RULE-9-4-1: All if ... else if constructs shall be terminated with an else statement
44
* @description All if ... else if constructs shall be terminated with an else statement.
55
* @kind problem
66
* @precision very-high

0 commit comments

Comments
 (0)