Skip to content

Commit c5741b4

Browse files
committed
Declarations6: add implementation note to RULE-5-9
1 parent bfdb8ed commit c5741b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rule_packages/c/Declarations6.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@
7474
"tags": [
7575
"maintainability",
7676
"readability"
77-
]
77+
],
78+
"implementation_scope": {
79+
"description": "This rule does not explicitly check for the exception of inline functions in header files across multiple translation units as the CodeQL database already represents these as the same entity."
80+
}
7881
}
7982
],
8083
"title": "Identifiers that define objects or functions with internal linkage should be unique"

0 commit comments

Comments
 (0)