forked from vanessa-opensource/add
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
35 lines (27 loc) · 1.27 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
## Настройки проекта для SonarQube - платформы проверки качества 1С решений
# must be unique in a given SonarQube instance
sonar.projectKey=vanessa-add
# this is the name displayed in the SonarQube UI
sonar.projectName=Vanessa-ADD (Vanessa Automation Driven Development)
# sonar.projectVersion=6.0.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
# If not set, SonarQube starts looking for source code from the directory containing
# the sonar-project.properties file.
sonar.projectBaseDir=.
#sonar.sources=.
sonar.inclusions=**/*.bsl, **/*.os
# sonar.inclusions=**/*.bsl,**/*.os,**/*.xml
sonar.exclusions=build/**,**/*.xml,**/*.json,tools/Sikuli/**/*.html,tools/**,lib/CF/**
#sonar.exclusions=**/*.xml,**/*.html
sonar.lang.patterns.xml=**/*.xsd,**/*.xsl
sonar.bsl.skipVendorSupportedObjects=true
# sonar.externalIssuesReportPaths=../../edt-validate-ext-rules.json
# sonar.bsl.acc.resultsPath=../../acc.xml
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.java.source=8
# sonar.branch.target=master
# sonar.login=admin
# sonar.password=admin
# sonar.host.url=http://localhost:9000