Skip to content

Commit 9f6b224

Browse files
committed
removed full stop from name property of 16-2
1 parent 6b575f4 commit 9f6b224

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

c/misra/src/rules/RULE-16-2/NestSwitchLabelInSwitchStatement.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @id c/misra/nest-switch-label-in-switch-statement
3-
* @name RULE-16-2: Nested switch labels shall not be used.
3+
* @name RULE-16-2: Nested switch labels shall not be used
44
* @description Nested switch labels can lead to unstructured code.
55
* @kind problem
66
* @precision very-high

rule_packages/c/Statements1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"description": "Nested switch labels can lead to unstructured code.",
1010
"kind": "problem",
11-
"name": "Nested switch labels shall not be used.",
11+
"name": "Nested switch labels shall not be used",
1212
"precision": "very-high",
1313
"severity": "recommendation",
1414
"short_name": "NestSwitchLabelInSwitchStatement",

0 commit comments

Comments
 (0)