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
Copy file name to clipboardExpand all lines: rule_packages/c/Static.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,10 @@
14
14
"short_name": "UseOfArrayStatic",
15
15
"tags": [
16
16
"correctness"
17
-
]
17
+
],
18
+
"implementation_scope": {
19
+
"description": "The static keyword is associated with particular array types in our model. This means we can get false positives when two parameter use the same array type and size, but only one of which uses the `static` keyword."
20
+
}
18
21
}
19
22
],
20
23
"title": "The declaration of an array parameter shall not contain the static keyword between the [ ]"
0 commit comments