forked from chef/automate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sonar-project.properties
24 lines (21 loc) · 964 Bytes
/
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
sonar.projectKey=skeshari12_automate
sonar.organization=skeshari12
sonar.host.url=https://sonarcloud.io
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=automate
sonar.projectVersion=1.0
sonar.projectBaseDir=/home/swatikeshari/automate
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.
#sonar.branch.name=Msys-1102
#sonar.target.name=master
sonar.pullrequest.provider=github
sonar.pullrequest.base=master
sonar.pullrequest.github.repository=https://github.com/skeshari12/automate/
sonar.pullrequest.github.endpoint=https://api.github.com/
sonar.pullrequest.key=20
sonar.exclusions=**/*.pb.*.go, **/*.pb.go, **/test*/**, .gitignore, .git/**, .semgrep/**, **/*.bindata.go, **/*.spec.ts, dev-docs/**
sonar.go.coverage.reportPaths=cover.out
sonar.javascript.lcov.reportPaths=lcov.info
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8