Skip to content

Commit 985af96

Browse files
Add full stops to query metadata.
1 parent fbcacf3 commit 985af96

3 files changed

+3
-3
lines changed

c/misra/src/rules/RULE-7-5/IncorrectlySizedIntegerConstantMacroArgument.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id c/misra/incorrectly-sized-integer-constant-macro-argument
33
* @name RULE-7-5: The argument of an integer constant macro shall have an appropriate size
4-
* @description Integer constant macros argument values should be values of a compatible size
4+
* @description Integer constant macros argument values should be values of a compatible size.
55
* @kind problem
66
* @precision very-high
77
* @problem.severity error

c/misra/src/rules/RULE-7-5/InvalidIntegerConstantMacroArgument.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id c/misra/invalid-integer-constant-macro-argument
33
* @name RULE-7-5: The argument of an integer constant macro shall be a literal
4-
* @description Integer constant macros should be given a literal value as an argument
4+
* @description Integer constant macros should be given a literal value as an argument.
55
* @kind problem
66
* @precision very-high
77
* @problem.severity error

c/misra/src/rules/RULE-7-5/InvalidLiteralForIntegerConstantMacroArgument.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id c/misra/invalid-literal-for-integer-constant-macro-argument
33
* @name RULE-7-5: The argument of an integer constant macro shall be a decimal, hex, or octal literal
4-
* @description Integer constant macro arguments should be a decimal, hex, or octal literal
4+
* @description Integer constant macro arguments should be a decimal, hex, or octal literal.
55
* @kind problem
66
* @precision very-high
77
* @problem.severity error

0 commit comments

Comments
 (0)