- Integrates detekt for code analysis
- Default quality profile
Detekt way
- Syntax highlighting
- Supports SonarQube 5.6 and 6.4
Sonar-kotlin is not yet uploaded to the Update Center
git clone https://github.com/arturbosch/sonar-kotlin
cd sonar-kotlin
./gradlew build
cp build/libs/sonar-kotlin-[enter_version].jar $SONAR_HOME/extensions/plugins
cd $SONAR_HOME/bin/[your_os]
./sonar.sh restart