forked from centreon/workflow-centreon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
85 lines (79 loc) · 3.39 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# project
sonar.projectKey=Centreon-Open-Source
sonar.projectName=Centreon Open Source
sonar.projectVersion=23.04
sonar.sources= centreon/api,\
centreon/bin,\
centreon/config,\
centreon/cron,\
centreon/doc,\
centreon/lib,\
centreon/libinstall,\
centreon/logrotate,\
centreon/project,\
centreon/snmptrapd,\
centreon/src,\
centreon/tmpl,\
centreon/tools,\
centreon/varinstall,\
centreon/www,\
centreon-awie/doc,\
centreon-awie/libinstall,\
centreon-awie/packaging,\
centreon-awie/www,\
centreon-dsm,\
centreon-gorgone,\
centreon-ha,\
centreon-open-tickets,\
widgets
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/**/*,\
**/tests/**/*,\
**/node_modules/**/*,\
**/vendor/**/*,\
**/common/javascript/jquery/**/*,\
**/common/javascript/marked.js,\
**/lib/wz_tooltip/wz_tooltip.js,\
**/www/install/sql/**/*,\
**/www/install/*.sql,\
.github/**/*
sonar.coverage.exclusions= centreon/coverage-be.xml,\
centreon/ut-be.xml,\
centreon/bin/*,\
centreon-dsm/bin/*,\
centreon/cron/*,\
centreon-dsm/cron/*,\
centreon/doc/**/*,\
centreon-awie/doc/**/*,\
centreon-dsm/doc/**/*,\
centreon-gorgone/doc/**/*,\
centreon-open-tickets/doc/**/*,\
centreon/lib/**/*,\
centreon/libinstall/**/*,\
centreon-dsm/libinstall/**/*,\
centreon-awie/libinstall/**/*,\
centreon-awie/packaging/**/*,\
centreon-gorgone/packaging/**/*,\
centreon/logrotate/*,\
centreon/project/*,\
centreon/snmptrapd/*,\
centreon/tmpl/**/*,\
centreon/tools/*,\
centreon/varinstall/*,\
centreon/www/include/**/*,\
centreon/www/img/**/*,\
centreon/www/install/**/*,\
centreon/www/lib/**/*,\
centreon/www/locale/**/*,\
centreon/www/sounds/**/*,\
centreon/www/Themes/**/*,\
centreon/www/class/**/*
# global folders CPD checks exclusion from previous report
sonar.cpd.exclusions= centreon/src/CentreonRemote/Domain/Resources/RemoteConfig/**,\
centreon/www/include/configuration/configNagios/DB-Func.php