We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2688ac1 commit b32cebdCopy full SHA for b32cebd
1 file changed
.github/workflows/sonar.yml
@@ -45,4 +45,4 @@ jobs:
45
-Dsonar.projectKey=Mastercard_petstore-application-java
46
-Dsonar.organization=mastercard -Dsonar.host.url=https://sonarcloud.io
47
-Dsonar.login=$SONAR_TOKEN -Dsonar.cpd.exclusions=**/OkHttp*.java
48
- -Dsonar.exclusions=**/*.xml -Dgpg.signature.skip=true
+ -Dsonar.exclusions=**/*.xml,**/configuration/**,**/utils/** -Dgpg.signature.skip=true
0 commit comments