Skip to content

Commit

Permalink
Ab2d-6412/sonarqube fix 3 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae authored Nov 15, 2024
1 parent 538cc67 commit 6a799d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
5 changes: 0 additions & 5 deletions attribution-data-file-share/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ test {
environment "S3_UPLOAD_PATH", "bfdeft01/test/out"
}

sonarqube {
properties {
property 'sonar.coverage.exclusions', "**/AttributionParameterStore.java"
}
}

task wrapper(type: Wrapper) {
gradleVersion = '7.5'
Expand Down
6 changes: 6 additions & 0 deletions lambda-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ dependencies {

test {
useJUnitPlatform()
}

sonarqube {
properties {
property 'sonar.coverage.exclusions', "**/ParameterStoreUtil.java"
}
}

This file was deleted.

2 changes: 1 addition & 1 deletion optout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test {

sonarqube {
properties {
property 'sonar.coverage.exclusions', "**/OptOutParameterStore.java, **/OptOutConstants.java"
property 'sonar.coverage.exclusions', "**/OptOutConstants.java"
}
}

Expand Down

0 comments on commit 6a799d2

Please sign in to comment.