lane property

RuleLane lane
final

Which lane the scan should use. Defaults to RuleLane.full so every enabled rule fires. Set to RuleLane.light via --lane light to restrict the scan to the same cheap, resolution-free subset the analysis server runs in its default lane.

Implementation

final RuleLane lane;