enabledRules property
Rules explicitly enabled via diagnostics config or severity overrides.
When non-null, only rules in this set are registered by the plugin. When null (no config found), no rules fire (safe default).
Implementation
static Set<String>? enabledRules;