-
Notifications
You must be signed in to change notification settings - Fork 59
/
sonar-project.properties
34 lines (28 loc) · 1.22 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
23
24
25
26
27
28
29
30
31
32
33
34
sonar.organization=dragonbe-github
sonar.projectKey=dragonbe-vies
sonar.projectName=VIES QA
sonar.projectVersion=2.1.13
sonar.sources=.
sonar.host.url=https://sonarcloud.io
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/DragonBe/vies
sonar.links.ci=https://travis-ci.org/DragonBe/vies
sonar.links.scm=https://github.com/DragonBe/vies
sonar.links.issue=https://github.com/DragonBe/vies/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=src
sonar.tests=tests
# Properties specific to language plugins:
sonar.java.checkstyle.reportPaths=build/logs/checkstyle.xml
sonar.java.pmd.reportPaths=build/logs/pmd-*.xml
sonar.php.coverage.reportPath=build/logs/coverage/coverage-xml/index.xml
sonar.php.coverage.reportPaths=build/logs/clover.xml
sonar.php.tests.reportPath=build/logs/junit.xml
sonar.php.file.suffixes=php
sonar.php.exclusions=**/vendor/**,src/autoload.php,**/examples/**,**/tests/**
sonar.cpd.exclusions=src/Vies/Validator/ValidatorXI.php