Skip to content

Commit f6488aa

Browse files
committed
Format query metadata
1 parent cb45556 commit f6488aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c/misra/src/rules/RULE-12-5/SizeofOperatorUsedOnArrayTypeParam.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @id c/misra/sizeof-operator-used-on-array-type-param
3-
* @name RULE-12-5: The sizeof operator should not be used on an array type function parameter.
3+
* @name RULE-12-5: The sizeof operator should not be used on an array type function parameter
44
* @description Using sizeof operator on an array type function parameter leads to unintended
55
* results.
66
* @kind problem

c/misra/src/rules/RULE-7-4/StringLiteralAssignedToNonConstChar.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @id c/misra/string-literal-assigned-to-non-const-char
3-
* @name RULE-7-4: A string literal shall only be assigned to a pointer to const char.
3+
* @name RULE-7-4: A string literal shall only be assigned to a pointer to const char
44
* @description Assigning string literal to a variable with type other than a pointer to const char
55
* and modifying it causes undefined behavior .
66
* @kind problem

0 commit comments

Comments
 (0)