defaultEnable

open override val defaultEnable: Boolean

Whether this rule can run by default before user configuration and auto applicability are resolved.

true means the rule uses automatic applicability, so dialect capability and isApplicable still decide whether it runs for a file. false means the rule is disabled unless user configuration explicitly enables it.