I wrote a custom rule as described on https://docs.sonarqube.org/display/PLUG/Writing+Custom+Java+Rules+101
Now I’d like this check to be executed by SolarLint Eclipse (https://www.sonarlint.org/eclipse/).
E.g. I imagine to register my rule (or the related Registrar) via some extension for an extension point provided by SonarLint Eclipse. Then I would provide a feature and updatesite so that other developers can install the feature, that contains my custom rule, to their Eclipse instance and profit from it.
Is this supported? I couldn’t find any documentation for this and I’d appreciate some hints.
Thanks!