Skip to content

Commit 6384bba

Browse files
Add sonar.exclusions to the sonar-project.properties
1 parent a7569c8 commit 6384bba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ sonar.php.coverage.reportPaths=build/logs/clover.xml
1515
#sonar.sourceEncoding=UTF-8
1616

1717
# Exclusions to analysis
18+
sonar.exclusions=public/index.php,resources/css/app.css
1819
sonar.coverage.exclusions=**/tests/**,**/resources/**,**/bootstrap/**,**/public/**,**/config/**,**/database/migrations/**,**/database/**

0 commit comments

Comments
 (0)