Skip to content

Commit cd076e7

Browse files
Add implementation scope extractor error warning
1 parent 4c63567 commit cd076e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rule_packages/cpp/Classes4.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"tags": [
1717
"correctness",
1818
"scope/single-translation-unit"
19-
]
19+
],
20+
"implementation_scope": {
21+
"description": "Some false positives may occur due to extraction errors involving initializer declarations on members."
22+
}
2023
}
2124
],
2225
"title": "All direct, non-static data members of a class should be initialized before the class object is accessible"

0 commit comments

Comments
 (0)