Skip to content

Commit

Permalink
Add SonarCloud properties
Browse files Browse the repository at this point in the history
ISSUE: ADPM-71
  • Loading branch information
goran-stamenkovski-logeecom committed Oct 3, 2024
1 parent 60ed288 commit e3a0461
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sonar.host.url=https://sonarcloud.io
sonar.organization=adyen
sonar.projectKey=Adyen_adyen-commercetools
sonar.sourceEncoding=UTF-8

sonar.sources=extension/src/**/*.js,notification/src/**/*.js
sonar.tests=extension/test/**/*.js,notification/test/**/*.js

0 comments on commit e3a0461

Please sign in to comment.