We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8116ec2 commit 1514ca8Copy full SHA for 1514ca8
build.gradle.kts
@@ -234,6 +234,7 @@ sonarqube {
234
property("sonar.links.scm", "https://github.com/SonarSource/sonar-kotlin")
235
property("sonar.links.issue", "https://jira.sonarsource.com/browse/SONARKT")
236
property("sonar.exclusions", "**/build/**/*")
237
+ property("sonar.sca.exclusions", "**/its/**,**/kotlin-checks-test-sources/**")
238
}
239
240
0 commit comments