Hi, unsure whether this is the right place for this.
Ktlint is a great kotlin linter, which I want to port into VSCode. Sonarlint doesn’t have kotlin support for VSCode, would it make sense for me to integrate Ktlint into Sonarlint’s VSCode extension?
We have our own analyzer for Kotlin, that should already be supported in connected mode. For not connected mode, we were not convinced VSCode + Kotlin was common enough to embed our SonarKotlin analyzer by default.
In any case, in SonarLint, we only integrate our analyzers, not third party one.
Why not directly developing a Ktlint plugin for VSCode?