Skip to content

Commit 2498409

Browse files
Add full stops to Types.json
1 parent 67d5426 commit 2498409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rule_packages/c/Types2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"queries": [
88
{
9-
"description": "Integer constant macros should be given a literal value as an argument",
9+
"description": "Integer constant macros should be given a literal value as an argument.",
1010
"kind": "problem",
1111
"name": "The argument of an integer constant macro shall be a literal",
1212
"precision": "very-high",
@@ -17,7 +17,7 @@
1717
]
1818
},
1919
{
20-
"description": "Integer constant macro arguments should be a decimal, hex, or octal literal",
20+
"description": "Integer constant macro arguments should be a decimal, hex, or octal literal.",
2121
"kind": "problem",
2222
"name": "The argument of an integer constant macro shall be a decimal, hex, or octal literal",
2323
"precision": "very-high",
@@ -40,7 +40,7 @@
4040
]
4141
},
4242
{
43-
"description": "Integer constant macros argument values should be values of a compatible size",
43+
"description": "Integer constant macros argument values should be values of a compatible size.",
4444
"kind": "problem",
4545
"name": "The argument of an integer constant macro shall have an appropriate size",
4646
"precision": "very-high",

0 commit comments

Comments
 (0)