-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
sonar-project.properties
22 lines (17 loc) · 1.08 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# must be unique in a given SonarQube instance
sonar.projectKey=lam
sonar.organization=ldap-account-manager
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=LDAP Account Manager
sonar.projectVersion=develop
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.links.homepage=https://www.ldap-account-manager.org/
sonar.links.ci=https://travis-ci.com/LDAPAccountManager/lam
sonar.links.scm=https://github.com/LDAPAccountManager/lam
sonar.links.issue=https://github.com/LDAPAccountManager/lam
sonar.sources=lam
sonar.tests=lam/tests
sonar.php.tests.reportPath=code-coverage/junit.xml
sonar.php.coverage.reportPaths=code-coverage/clover.xml
sonar.exclusions=**/3rdParty/**,**/lib/extra/**,**/lib/*jquery*.js,**/lib/*Sortable*.js,**/lib/*flatpickr*.js,**/lib/*sweetalert*.js,**/tests/**,**/style/*jquery*.css,**/style/*cropper*.css,**/style/*magnific*.css,**/style/responsive/*normalize*.css,**/style/*flatpickr*.css,**/style/*sweetalert*.css,**/style/tabulator/tabulator.css,**/schema.inc