enabledRuleNames property
Optional explicit set of rule names to enable, bypassing both tier and
the project config. Takes precedence over tier when both are set. Lets a
caller exercise a rule set that no single tier expresses — notably the
union of every defined rule including stylistic rules, which no tier
(not even pedantic) contains. Used by the accuracy report so that
stylistic-tier rules are actually run and not falsely reported as silent.
Implementation
final Set<String>? enabledRuleNames;