Skip to content

Commit b47cfb2

Browse files
committed
Formatting Contracts7.json
1 parent 3f386d4 commit b47cfb2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

rule_packages/c/Contracts7.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"precision": "high",
3333
"severity": "error",
3434
"short_name": "DoNotCallVaArgOnAVaListThatHasAnIndeterminateValue",
35-
"tags": ["correctness"]
35+
"tags": [
36+
"correctness"
37+
]
3638
}
3739
],
3840
"title": "Do not call va_arg() on a va_list that has an indeterminate value"
@@ -51,7 +53,9 @@
5153
"precision": "very-high",
5254
"severity": "error",
5355
"short_name": "RightHandOperandOfAShiftRange",
54-
"tags": ["correctness"]
56+
"tags": [
57+
"correctness"
58+
]
5559
}
5660
],
5761
"title": "The right hand operand of a shift operator shall lie in the range zero to one less than the width in bits of the essential type of the left hand operand"
@@ -68,7 +72,9 @@
6872
"precision": "high",
6973
"severity": "error",
7074
"short_name": "ObjectAssignedOrCopiedToAnOverlappingObject",
71-
"tags": ["correctness"]
75+
"tags": [
76+
"correctness"
77+
]
7278
}
7379
],
7480
"title": "An object shall not be assigned or copied to an overlapping object"

0 commit comments

Comments
 (0)