detekt / sonar-detekt

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

Is sonar-kotlin plugin compatible with Sonarqube EE 9.4? #157

Closed shafemoh closed 1 year ago

shafemoh commented 2 years ago

Hi team, we are currently hosting Sonarqube EE 9.2.4 and we will be upgrading to Sonarqube 9.4.0. We are currently using sonar-detekt-2.4.0.jar. Should we upgrade the sonar-kotlin plugin to some higher version (if so, to which version ? ) OR Can we stay on sonar-detekt-2.4.0.jar?

Regards @shafemoh

cortinico commented 2 years ago

Should we upgrade the sonar-kotlin plugin to some higher version (if so, to which version ? )

Have you tested it against version 2.5.0?

shafemoh commented 2 years ago

Hi @cortinico Not yet. :) Do you have any compatibility matrix for this plugin?

cortinico commented 2 years ago

Do you have any compatibility matrix for this plugin?

Sadly, not really.

arturbosch commented 1 year ago

@shafemoh I've tested https://github.com/detekt/sonar-detekt/releases/tag/2.6.0-RC1 with Sonarqube 9.9 LTS. Feel free to give it a go.