forked from officelifehq/officelife
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
19 lines (16 loc) · 990 Bytes
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sonar.projectKey=officelife
sonar.projectName=OfficeLife
sonar.organization=officelife
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=app,bootstrap,config,database,public,resources,routes
sonar.exclusions=bootstrap/cache/*,public/vendor/**,resources/lang/**
sonar.tests=tests
sonar.coverage.exclusions=routes/*.php,config/*.php,bootstrap/**,resources/**/*.php,database/factories/**/*.php,database/migrations/*.php,public/*.php,resources/**/*.vue,resources/**/*.js,**/*Controller.php
sonar.cpd.exclusions=routes/*.php,config/*.php,bootstrap/**,resources/**/*.php,database/**/*.php
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Links for sonarcloud.io page
sonar.links.homepage=https://www.officelife.io/
sonar.links.scm=https://github.com/officelifehq/officelife
sonar.links.issue=https://github.com/officelifehq/officelife/issues