Skip to content

Commit 7d230c9

Browse files
committed
chore: Update Sonar Config
1 parent f318ba4 commit 7d230c9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

sonar-project.properties

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ sonar.organization=webfiori
44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=framework
66
#sonar.projectVersion=1.0
7-
sonar.exclusions=app/**, themes/** , tests/**, public/**
8-
sonar.coverage.exclusions=app
9-
sonar.coverage.exclusions=framework/exceptions/**, framework/cli/** , framework/ui/**
10-
sonar.coverage.exclusions=framework/mail/**, framework/cron/**
11-
sonar.coverage.exclusions=framework/ConfigController.php
7+
sonar.exclusions=App/**, Themes/** , tests/**, public/**
8+
sonar.coverage.exclusions=App
129
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1310
#sonar.sources=.
1411
sonar.php.coverage.reportPaths=clover.xml

0 commit comments

Comments
 (0)