register method
Registers enabled rules and their quick-fix generators with the server.
Delegates to registerSaropaLintRules so composite plugins can share the same registration path.
Implementation
@override
void register(PluginRegistry registry) {
PluginLogger.log('Plugin.register() — registering rules with analyzer');
registerSaropaLintRules(registry);
}