detekt / sonar-detekt

SonarQube plugin for Kotlin
https://detekt.dev
GNU Lesser General Public License v3.0
493 stars 52 forks source link

No Rule Template available in SonarQube to add custom rule for Kotlin #156

Open stars693 opened 2 years ago

stars693 commented 2 years ago

Like the way there are Templates available for Java Language under Rules Section in SonarQube, there is no template available for Kotlin Language. This is not allowing to add custom rules for Kotlin language like the way it can be done for Java language.

cortinico commented 2 years ago

there is no template available for Kotlin Language.

How is this related to the Detekt plugin?

stars693 commented 2 years ago

If I am not wrong, these templates are provided by the plugin itself.