Skip to content

Commit a726f72

Browse files
Update query metadata
1 parent 2c9549c commit a726f72

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cpp/misra/src/rules/RULE-10-1-1/PointerOrRefParamNotConst.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
* @precision high
99
* @problem.severity warning
1010
* @tags external/misra/id/rule-10-1-1
11-
* maintainability
11+
* correctness
1212
* readability
13+
* performance
1314
* scope/single-translation-unit
1415
* external/misra/enforcement/decidable
1516
* external/misra/obligation/advisory

rule_packages/cpp/Declarations6.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"severity": "warning",
1515
"short_name": "PointerOrRefParamNotConst",
1616
"tags": [
17-
"maintainability",
17+
"correctness",
1818
"readability",
19+
"performance",
1920
"scope/single-translation-unit"
2021
]
2122
}

0 commit comments

Comments
 (0)