Skip to content

Commit

Permalink
Add SonarCloud project properties
Browse files Browse the repository at this point in the history
ISSUE: ADPM-71
  • Loading branch information
goran-stamenkovski-logeecom committed Oct 7, 2024
1 parent 829e746 commit d4cffb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion Bootstrap/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
*/
class Bootstrap extends BootstrapComponent
{
// test komentar
/**
* @inheritDoc
*/
Expand Down
10 changes: 10 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sonar.host.url=https://sonarcloud.io
sonar.organization=adyen
sonar.projectKey=Adyen_adyen-shopware5
sonar.sourceEncoding=UTF-8

sonar.sources=.
sonar.tests=tests/,./E2ETest

sonar.exclusions=./tests/**/*,./E2ETest/**/*
sonar.test.inclusions=./tests/**/*.php,./E2ETest/**/*.php

0 comments on commit d4cffb7

Please sign in to comment.