Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23a4f4c

Browse filesBrowse files
committed
Address incorrect meta data C IO3 package
- Description did not end with a punctuation.
1 parent 5a073f8 commit 23a4f4c
Copy full SHA for 23a4f4c

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎c/misra/src/rules/RULE-22-7/EofShallBeComparedWithUnmodifiedReturnValues.ql

Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-22-7/EofShallBeComparedWithUnmodifiedReturnValues.ql
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id c/misra/eof-shall-be-compared-with-unmodified-return-values
33
* @name RULE-22-7: The macro EOF shall only be compared with the unmodified return value from any Standard Library
44
* @description The macro EOF shall only be compared with the unmodified return value from any
5-
* Standard Library function capable of returning EOF
5+
* Standard Library function capable of returning EOF.
66
* @kind problem
77
* @precision high
88
* @problem.severity error

‎rule_packages/c/IO3.json

Copy file name to clipboardExpand all lines: rule_packages/c/IO3.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
},
114114
"queries": [
115115
{
116-
"description": "The macro EOF shall only be compared with the unmodified return value from any Standard Library function capable of returning EOF",
116+
"description": "The macro EOF shall only be compared with the unmodified return value from any Standard Library function capable of returning EOF.",
117117
"kind": "problem",
118118
"name": "The macro EOF shall only be compared with the unmodified return value from any Standard Library",
119119
"precision": "high",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.