This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 749
/
sonar-project.properties
35 lines (29 loc) · 2.75 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
# =====================================================
# SonarCloud - Scan | https://sonarcloud.io/dashboard?id=YetiForceCRM
# =====================================================
sonar.projectKey=YetiForceCRM
sonar.projectName=YetiForceCRM
sonar.organization=yetiforcecompany
sonar.projectDescription=Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
sonar.sourceEncoding=UTF-8
sonar.cfamily.build-wrapper-output.bypass=true
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/YetiForceCompany/YetiForceCRM
sonar.links.ci=https://github.com/YetiForceCompany/YetiForceCRM
sonar.links.scm=https://github.com/YetiForceCompany/YetiForceCRM
sonar.links.issue=https://github.com/YetiForceCompany/YetiForceCRM/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# SQ standard properties
sonar.sources=.
sonar.tests=tests
sonar.exclusions=cache/**, install/install_schema/**, vendor/**/**, public_html/libraries/**/**, public_html/vendor/**/**, public_html/modules/OSSMail/**, user_privileges/**, modules/TestData/**/**, modules/Settings/TestData/**/**, layouts/basic/modules/Settings/TestData/**/**, modules/Test/**/**, languages/pl-PL/Settings/TestData.php, languages/en-US/Settings/TestData.php, config/**/**, tests/**/**, **/*.vue
sonar.test.exclusions=cache/**, install/install_schema/**, vendor/**/**, public_html/libraries/**/**, public_html/vendor/**/**, public_html/modules/OSSMail/**/**, user_privileges/**, modules/TestData/**/**, modules/Settings/TestData/**/**, layouts/basic/modules/Settings/TestData/**/**, modules/Test/**/**, languages/pl-PL/Settings/TestData.php, languages/en-US/Settings/TestData.php, config/**/**, tests/coverages/**/**, **/*.vue
sonar.coverage.exclusions=cache/**, install/install_schema/**, vendor/**/**, public_html/libraries/**/**, public_html/vendor/**/**, public_html/modules/OSSMail/**/**, user_privileges/**, modules/TestData/**/**, modules/Settings/TestData/**/**, layouts/basic/modules/Settings/TestData/**/**, modules/Test/**/**, languages/pl-PL/Settings/TestData.php, languages/en-US/Settings/TestData.php, tests/execution.xml, config/**/**, tests/coverages/**, **/*.vue ,
# Properties specific to language plugins:
# - For PHP (the plugin currently supports only absolute path in the reports, so this test project is not portable)
sonar.php.coverage.reportPaths=tests/coverages/coverage4.xml
sonar.php.tests.reportPath=tests/coverages/execution.xml