-
Notifications
You must be signed in to change notification settings - Fork 18
/
sonar-project.properties
29 lines (21 loc) · 1.07 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
# must be unique in a given SonarQube instance
sonar.projectKey=1bdd
# this is the name displayed in the SonarQube UI
sonar.projectName=BDD for OneScript
sonar.links.homepage=https://github.com/artbear/1bdd
sonar.links.scm=https://github.com/artbear/1bdd
sonar.links.issue=https://github.com/artbear/1bdd/issues
# sonar.links.ci=
# 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.sources=./src,./features/lib
sonar.tests=./tests,./features/core
# sonar.exclusions=build/**,**/*.xml,**/*.json,tools/Sikuli/**/*.html,tools/**
sonar.inclusions=**/*.bsl, **/*.os
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.coverageReportPaths=coverage/genericCoverage.xml
# адрес сервера SonarQube, по умолчанию текущий компьютер
sonar.host.url=https://sonar.openbsl.ru