Skip to content

Commit

Permalink
chore: exclude data dir from sonar-cloud processing
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed May 28, 2024
1 parent ef388e0 commit 2eb7036
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 @@ -34,4 +34,4 @@ sonar.php.coverage.reportPaths=results/clover-phpunit-php7.4-mariadb10.2.xml,res
sonar.javascript.lcov.reportPaths=results/lcov.info

# Exclude translation, dependency, 3rd-party and test files
sonar.exclusions=build/**,changelog/**,config/**,core/l10n/**,core/vendor/**,l10n/**,lib/l10n/**,lib/composer/**,settings/l10n/**,resources/**,settings/tests/**,tests/**,vendor-bin/**,apps/files_external/3rdparty/**,apps/**/l10n/**,apps/**/tests/**,apps/**/vendor/**,core/js/tests/**
sonar.exclusions=build/**,changelog/**,config/**,core/l10n/**,core/vendor/**,data/**,l10n/**,lib/l10n/**,lib/composer/**,settings/l10n/**,resources/**,settings/tests/**,tests/**,vendor-bin/**,apps/files_external/3rdparty/**,apps/**/l10n/**,apps/**/tests/**,apps/**/vendor/**,core/js/tests/**

0 comments on commit 2eb7036

Please sign in to comment.