excludeLightLane property
Drops light-lane rules from the scan's rule set.
Set by the scan daemon when the project's in-process plugin is running
the light lane: those rules already produce live analyzer squiggles, so
scanning them again would report every severe finding twice in the
Problems panel — once as an analyzer diagnostic and once from the
extension's own DiagnosticCollection. Membership comes from the shared
predicate in lib/src/config/rule_lane.dart, so the two sides cannot
disagree about which rules the split covers.
Implementation
final bool excludeLightLane;