Skip to content

Commit f1ec355

Browse files
Fix query metadata
1 parent aa01802 commit f1ec355

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

c/misra/src/rules/RULE-23-6/GenericExpressionWithIncorrectEssentialType.ql

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
* @description The controlling expression of a generic selection shall have an essential type that
55
* matches its standard type.
66
* @kind problem
7-
* @precision very-high
7+
* @precision high
88
* @problem.severity error
99
* @tags external/misra/id/rule-23-6
10+
* correctness
11+
* external/misra/c/2012/amendment3
1012
* external/misra/obligation/required
1113
*/
1214

c/misra/src/rules/RULE-23-8/DefaultGenericSelectionNotFirstOrLast.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id c/misra/default-generic-selection-not-first-or-last
33
* @name RULE-23-8: A default association shall appear as either the first or the last association of a generic
44
* @description A default association shall appear as either the first or the last association of a
5-
* generic selection
5+
* generic selection.
66
* @kind problem
77
* @precision very-high
88
* @problem.severity warning

0 commit comments

Comments
 (0)