bypassTierCap property

bool bypassTierCap
final

Skips RuntimeTierCap.filterRuleSet() in _prepare(), allowing the full enabledRuleNames set to run uncapped. Used by the audit CLI which must exercise every rule regardless of the project's configured tier.

Implementation

final bool bypassTierCap;