Skip to content

Commit e71e36d

Browse files
committed
added fullstop to 15-2 description
1 parent c76909c commit e71e36d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

c/misra/src/rules/RULE-15-2/GotoLabelLocationCondition.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id c/misra/goto-label-location-condition
33
* @name RULE-15-2: The goto statement shall jump to a label declared later in the same function
4-
* @description Unconstrained use of goto can lead to unstructured code
4+
* @description Unconstrained use of goto can lead to unstructured code.
55
* @kind problem
66
* @precision very-high
77
* @problem.severity recommendation

rule_packages/c/Statements2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"queries": [
88
{
9-
"description": "Unconstrained use of goto can lead to unstructured code",
9+
"description": "Unconstrained use of goto can lead to unstructured code.",
1010
"kind": "problem",
1111
"name": "The goto statement shall jump to a label declared later in the same function",
1212
"precision": "very-high",

0 commit comments

Comments
 (0)