Skip to content

Commit 5964d5f

Browse files
exclude resources & samples folders from SCA
1 parent 561a47c commit 5964d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ sonarqube {
234234
property("sonar.links.scm", "https://github.com/SonarSource/sonar-kotlin")
235235
property("sonar.links.issue", "https://jira.sonarsource.com/browse/SONARKT")
236236
property("sonar.exclusions", "**/build/**/*")
237-
property("sonar.sca.exclusions", "**/its/**,**/kotlin-checks-test-sources/**")
237+
property("sonar.sca.exclusions", "**/its/**,**/kotlin-checks-test-sources/**", "**/test/resources/**", "**/test/samples/**")
238238
}
239239
}
240240

0 commit comments

Comments
 (0)