Skip to content

Commit

Permalink
Merge pull request #17 from PAYONE-GmbH/refactor/sonarcloud-scan-excl…
Browse files Browse the repository at this point in the history
…usions

refactor: exclude nested packages within models from sonar cloud scan
  • Loading branch information
lrosenfeldt authored Aug 8, 2024
2 parents d76fc97 + 28582d6 commit 5524059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if (JavaVersion.current().majorVersion != '8') {
property 'sonar.sources', 'src/main'
property 'sonar.tests', 'src/test'
property 'sonar.coverage.exclusions', '**/models/**'
property 'sonar.exclusions', '**/models/*'
property 'sonar.exclusions', '**/models/**'
}
}
}

0 comments on commit 5524059

Please sign in to comment.