-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties
24 lines (19 loc) · 1011 Bytes
/
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
23
24
# must be unique in a given SonarQube instance
sonar.projectKey=lggr
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=Lggr
sonar.projectVersion=1.5.1
# set via command line in gitlab file: sonar.branch.name=develop
sonar.links.homepage=https://lggr.io/
sonar.links.ci=https://jen.myocastor.de/view/Lggr/
sonar.links.issue=https://gitlab.kretschmann.software/kai/lggr/-/issues
sonar.links.scm=https://gitlab.kretschmann.software/kai/lggr/-/tree/develop
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=.
sonar.exclusions=tests/**,webtests/**,setup/**,docs/**,cache/**,pub_phpunit/**,doxy/**,dump.sql,node_modules/**,vendor/**
sonar.tests=tests
sonar.php.tests.reportPath=logs/junit.xml
sonar.php.coverage.reportPaths=logs/coverage.xml
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8