Skip to content

Commit bd58c29

Browse files
committed
Add implementation scope.
1 parent 11bc7ce commit bd58c29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rule_packages/c/Static.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"short_name": "UseOfArrayStatic",
1515
"tags": [
1616
"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+
}
1821
}
1922
],
2023
"title": "The declaration of an array parameter shall not contain the static keyword between the [ ]"

0 commit comments

Comments
 (0)