Skip to content

Commit 86540f5

Browse files
committed
Remove unimplemented queries for RULE-13-2 from package.
1 parent 19bebdd commit 86540f5

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

rule_packages/c/SideEffects3.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,7 @@
44
"properties": {
55
"obligation": "rule"
66
},
7-
"queries": [
8-
{
9-
"description": "",
10-
"kind": "problem",
11-
"name": "Avoid side effects in arguments to unsafe macros",
12-
"precision": "very-high",
13-
"severity": "error",
14-
"short_name": "SideEffectsInArgumentsToUnsafeMacros",
15-
"tags": [
16-
"correctness"
17-
]
18-
}
19-
],
7+
"queries": [],
208
"title": "Avoid side effects in arguments to unsafe macros"
219
}
2210
},
@@ -36,17 +24,6 @@
3624
"tags": [
3725
"correctness"
3826
]
39-
},
40-
{
41-
"description": "An object shall not be modified more than once between two adjacent sequence points or within any full expression.",
42-
"kind": "problem",
43-
"name": "No object shall be modified more than once",
44-
"precision": "very-high",
45-
"severity": "warning",
46-
"short_name": "MultipleObjectModifications",
47-
"tags": [
48-
"correctness"
49-
]
5027
}
5128
],
5229
"title": "The value of an expression and its persistent side effects shall be the same under all permitted evaluation orders"

0 commit comments

Comments
 (0)