We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc2892 commit 5afb8a0Copy full SHA for 5afb8a0
c/misra/src/rules/RULE-15-3/GotoLabelBlockCondition.ql
@@ -1,8 +1,8 @@
1
/**
2
* @id c/misra/goto-label-block-condition
3
- * @name RULE-15-3: The goto statement and any of its label shall be declared or enclosed in the same block.
+ * @name RULE-15-3: The goto statement and any of its label shall be declared or enclosed in the same block
4
* @description Any label referenced by a goto statement shall be declared in the same block, or in
5
- * any block enclosing the goto statement
+ * any block enclosing the goto statement.
6
* @kind problem
7
* @precision high
8
* @problem.severity recommendation
0 commit comments