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/Declarations6.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,10 @@
74
74
"tags": [
75
75
"maintainability",
76
76
"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
+
}
78
81
}
79
82
],
80
83
"title": "Identifiers that define objects or functions with internal linkage should be unique"
0 commit comments