Skip to content

Commit

Permalink
upd sonar scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 6, 2024
1 parent a64a972 commit b9f676b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ sonar.projectKey=gwa-api


# relative paths to source directories. More details and properties are described
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
sonar.sources=microservices/gatewayApi/auth,microservices/gatewayApi/clients,microservices/gatewayApi/tests,microservices/gatewayApi/v1
# in https://docs.sonarsource.com/sonarcloud/advanced-setup/analysis-scope/
sonar.sources=microservices/gatewayApi/auth, \
microservices/gatewayApi/clients, \
microservices/gatewayApi/tests, \
microservices/gatewayApi/v1, \
microservices/gatewayApi/v2, \
microservices/jobScheduler, \
microservices/kubeApi/auth, \
microservices/kubeApi/clients, \
microservices/kubeApi/routers

0 comments on commit b9f676b

Please sign in to comment.