This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 240
/
sonar-project.properties
66 lines (61 loc) · 2.23 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# project
sonar.projectKey={PROJECT_TITLE}
sonar.projectName={PROJECT_NAME}
sonar.projectVersion={PROJECT_VERSION}
sonar.sources= api,\
bin,\
config,\
cron,\
doc,\
lib,\
libinstall,\
logrotate,\
project,\
snmptrapd,\
src,\
tmpl,\
tools,\
varinstall,\
www
sonar.tsql.file.suffixes=sql,tsql
sonar.plsql.file.suffixes=pks,pkb
#test related folder and file reports
#sonar.tests=tests
#sonar.php.tests.reportPath=ut-be.xml
#sonar.php.coverage.reportPaths=coverage-be.xml
#exclusions
sonar.exclusions= features/**/*,\
GPL_LIB/**/*,\
lang/**/*,\
tests/**/*,\
node_modules/**/*,\
vendor/**/*,\
www/include/common/javascript/jquery/**/*,\
www/include/common/javascript/marked.js,\
www/lib/wz_tooltip/wz_tooltip.js,\
www/install/sql/**/*,\
www/install/*.sql
sonar.coverage.exclusions= coverage-be.xml,\
ut-be.xml,\
bin/*,\
cron/*,\
doc/**/*,\
lib/**/*,\
libinstall/**/*,\
logrotate/*,\
project/*,\
snmptrapd/*,\
tmpl/**/*,\
tools/*,\
varinstall/*,\
www/include/**/*,\
www/img/**/*,\
www/install/**/*,\
www/lib/**/*,\
www/locale/**/*,\
www/sounds/**/*,\
www/Themes/**/*,\
www/class/**/*
# global folders CPD checks exclusion from previous report
sonar.cpd.exclusions= src/CentreonRemote/Domain/Resources/RemoteConfig/**,\
www/include/configuration/configNagios/DB-Func.php