Hello everyone!
I’m Fermin, a programmer from Spain and I’ve been developing an Emacs package for Sonarlint Language Server.
Emacs have a great plugin support for LSP related servers, so I used lsp-mode package to build a client for the sonarlint tool.
Right now it support all the (free) sonarlint standalone language plugins (java, python, xml, html, javascript, typescript, php, scala and ruby) it support the native code actions with html rendering, and of course multiple plugin at once.
In the not distant future, I will try to implement the sonarqube connection, which seems a little bit tricky.
Right now the extension is usable and stable.
This is the project lsp-sonarlint, right now is on a pull request to add it to the main Emacs repository Melpa, here.
This is my email if someone have any question: fmfs@posteo.net
Thank you!