Skip to content

Commit

Permalink
Added few files and folders under exclusion in Sonar project properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashish committed Oct 11, 2023
1 parent bf04a53 commit ebd033c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

define('OMISE_PHP_LIB_VERSION', '2.16.0');
define('OMISE_API_URL', 'https://api.staging-omise.co/');
define('OMISE_VAULT_URL', 'https://vault.staging-omise.co/');
define('OMISE_API_URL', 'https://api.omise.co/');
define('OMISE_VAULT_URL', 'https://vault.omise.co/');

class OmiseApiResource extends OmiseObject
{
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ sonar.projectKey=omise_omise-woocommerce
sonar.organization=omise
sonar.php.coverage.reportPaths=coverage.xml

sonar.exclusions=**/tests/**, **/assets/**
sonar.exclusions=**/tests/**, **/assets/**, **/includes/admin/views/**, **/includes/libraries/omise-php/**
sonar.coverage.exclusions=**/tests/**, composer.json, **/*.xml, omise-woocommerce.php, **/*.js

0 comments on commit ebd033c

Please sign in to comment.