Skip to content

Commit 1514ca8

Browse files
authored
Add SCA excludes to match wss excludes (#634)
1 parent 8116ec2 commit 1514ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +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/**")
237238
}
238239
}
239240

0 commit comments

Comments
 (0)