sonar-detekt icon indicating copy to clipboard operation
sonar-detekt copied to clipboard

SonarQube plugin for Kotlin

Results 21 sonar-detekt issues
Sort by recently updated
recently updated
newest added

Execution failed for task ':app:sonarqube'. Given path src/main/java does not exist!

**What Sonarqube version I'm using** Using SonarQube community edition 8.9.8 (build 54436) **What am I trying to achieve** - Run sonar scanner as part of a travis build for golang...

Hi, I am trying to build and scan my code the detekt sonar-kotlin plugin from an Azure Pipelines Gradle task. I have plugin version 2.5.0 installed on our SonarQube environment....

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](https://github.com/detekt/sonar-kotlin/releases/download/2.4.0/sonar-detekt-2.4.0.jar). Should we upgrade the sonar-kotlin plugin to some...

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...

Bumps [detekt-core](https://github.com/detekt/detekt) from 1.19.0 to 1.20.0. Release notes Sourced from detekt-core's releases. v1.20.0 We're extremely excited to share with you all the next upcoming stable release of Detekt: 1.20.0 🎉...

dependencies

Hello, We share our single detekt config file via one of our gradle plugin used for all our projects. The file is then not available in each project structure but...

I can create detekt custom rules, but it seems that you cannot create custom rules for sonar-kotlin(sonarqube plugin). If you can make a custom rule for sonar-kotlin, could you tell...

In the Code-Smell Description in Sonarqube the old Website is still used (eg. https://arturbosch.github.io/detekt/style.html#wildcardimport). Could this be somehow updated? A workaround would be a redirect on the old page.

During a `mvn sonar:sonar` run an AccessDeniedException is thrown and fails the execution. The filter configuration for `detekt.sonar.kotlin.filters` is set to the default: `**/resources/**,**/build/**,**/target/**`. This would scan each and every...