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) {
registerSaropaLintRules(registry);
}