Skip to content

Commit 4fddc38

Browse files
Fix audit flag, external/misra/audit
1 parent 421ee96 commit 4fddc38

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

cpp/misra/src/rules/RULE-4-1-2/ImplicitDeclarationOfCopyConstructorAudit.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* @problem.severity warning
1010
* @tags external/misra/id/rule-4-1-2
1111
* scope/single-translation-unit
12+
* external/misra/audit
1213
* maintainability
13-
* audit
1414
* external/misra/enforcement/decidable
1515
* external/misra/obligation/advisory
1616
*/

cpp/misra/src/rules/RULE-4-1-2/NoexceptSpecifierThrow.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* @tags external/misra/id/rule-4-1-2
1111
* scope/single-translation-unit
1212
* maintainability
13-
* audit
1413
* external/misra/enforcement/decidable
1514
* external/misra/obligation/advisory
1615
*/

rule_packages/cpp/Toolchain3.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"short_name": "ImplicitDeclarationOfCopyConstructorAudit",
4545
"tags": [
4646
"scope/single-translation-unit",
47-
"maintainability",
48-
"audit"
47+
"external/misra/audit",
48+
"maintainability"
4949
],
5050
"implementation_scope": [
5151
{
@@ -62,8 +62,7 @@
6262
"short_name": "NoexceptSpecifierThrow",
6363
"tags": [
6464
"scope/single-translation-unit",
65-
"maintainability",
66-
"audit"
65+
"maintainability"
6766
]
6867
},
6968
{

0 commit comments

Comments
 (0)