-
Notifications
You must be signed in to change notification settings - Fork 2
/
sonar-project.properties
39 lines (29 loc) · 1.43 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
# must be unique in a given SonarQube instance
sonar.projectKey=pluck
# this is the name displayed in the SonarQube UI
sonar.projectName=Pluck\u041F\u043B\u044E\u043A
# версия проекта
sonar.projectVersion=1.2.0
sonar.links.homepage=https://github.com/infostart-hub/pluck
sonar.links.scm=https://github.com/infostart-hub/pluck
sonar.links.issue=https://github.com/infostart-hub/pluck/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
# маска поиска файлов на проверку
sonar.inclusions=**/*.os
# маска поиска исключений файлов на проверку
# sonar.exclusions=
# игнорирование gitignore
sonar.scm.exclusions.disabled=true
# путь к внешним отчетам
# sonar.externalIssuesReportPaths=./tools/acc-export/acc-generic-issue.json
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.coverageReportPaths=./coverage/genericCoverage.xml
# sonar.testExecutionReportPaths=./bdd-exec.xml
# адрес сервера SonarQube, по умолчанию текущий компьютер
# sonar.host.url=https://sonar.openbsl.ru