countByRule property

Map<String, int> countByRule
latefinal

Violations grouped by rule ID (lazily computed, cached).

Implementation

late final Map<String, int> countByRule = _computeRuleCounts();