Placement/surface: annotate only, no filter.
| 71 | |
| 72 | |
| 73 | class TestPlacementSemantics: |
| 74 | """Placement/surface: annotate only, no filter.""" |
| 75 | |
| 76 | def test_placement_no_filter(self): |
| 77 | # We do not filter by placement; we only annotate |
| 78 | assert "annotate" in RULE_PLACEMENT_ANNOTATE_ONLY or "no filter" in RULE_PLACEMENT_ANNOTATE_ONLY.lower() |
nothing calls this directly
no outgoing calls
no test coverage detected