You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This query now reports the use of non-fixed width integer types in function return types, with the exception of `char` types and for `main` functions.
Copy file name to clipboardExpand all lines: rule_packages/cpp/Declarations.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@
92
92
"maintainability"
93
93
],
94
94
"implementation_scope": {
95
-
"description": "This implementation excludes the plain char type from consideration."
95
+
"description": "This implementation excludes the plain char type. It also excludes the use of standard integer types in the definition of main functions, and the use of an integer parameter in the declaration of postfix operators."
0 commit comments