Skip to content

Commit

Permalink
Update sonar properties to exclude javascript files (#384)
Browse files Browse the repository at this point in the history
* update sonar properties to exclude javascript files

* add space
  • Loading branch information
ajzkk authored Jun 29, 2023
1 parent c4ecc98 commit dfc9963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sonar.organization=omise
sonar.php.coverage.reportPaths=coverage.xml

sonar.exclusions=**/tests/**, **/assets/**
sonar.coverage.exclusions=**/tests/**, composer.json, Gruntfile.js, **/*.xml, omise-woocommerce.php
sonar.coverage.exclusions=**/tests/**, composer.json, **/*.xml, omise-woocommerce.php, **/*.js

0 comments on commit dfc9963

Please sign in to comment.