File tree Expand file tree Collapse file tree
c/misra/src/rules/RULE-15-2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments