Skip to content

Commit

Permalink
Fix duplicate lines in sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Nov 15, 2024
1 parent 60ddaaf commit 2cc027f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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"
}
}
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 2cc027f

Please sign in to comment.