RuleLane enum

Which execution lane the in-process plugin is configured to run.

Inheritance
Available extensions

Values

light → const RuleLane

Only isLightLaneRule rules run in-process; the rest are the scan daemon's job. In-editor squiggles for severe issues at near-baseline memory. The default when no lane: key is configured — RSS-measured at +0.6% over the plugin-off baseline (vs +77.2% for full) on a ~3,900-file project, see plans/PLAN_two_lane_daemon_architecture.md acceptance criterion 1 for the measurement.

full → const RuleLane

Every enabled rule runs in-process — the historical behavior, still available via an explicit lane: full. Retained for anyone who deliberately wants full in-process coverage and has verified their project's memory footprint at that cost.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<RuleLane>
A constant List of the values in this enum, in order of their declaration.