diff --git a/build.gradle.kts b/build.gradle.kts index 9a4c8aafe..9c211537d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -234,7 +234,7 @@ sonarqube { property("sonar.links.scm", "https://github.com/SonarSource/sonar-kotlin") property("sonar.links.issue", "https://jira.sonarsource.com/browse/SONARKT") property("sonar.exclusions", "**/build/**/*") - property("sonar.sca.exclusions", "**/its/**,**/kotlin-checks-test-sources/**") + property("sonar.sca.exclusions", "**/its/**,**/kotlin-checks-test-sources/**,**/samples/**") } }