forked from XYOracleNetwork-v1/app-xyo-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
27 lines (21 loc) · 998 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
25
26
27
sonar.projectKey=XYOracleNetwork_app-xyo-nodejs
sonar.projectName=app-xyo-nodejs
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/XYOracleNetwork/app-xyo-nodejs
sonar.links.ci=https://github.com/XYOracleNetwork/app-xyo-nodejs
sonar.links.scm=https://github.com/XYOracleNetwork/app-xyo-nodejs
sonar.links.issue=https://github.com/XYOracleNetwork/app-xyo-nodejs/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
sonar.host.url=https://sonarcloud.io
sonar.organization=xyo-network
sonar.sources=.
sonar.exclusions=node_modules/**/*
sonar.login=${SONAR_TOKEN}
# =====================================================
# TypeScript config
# =====================================================
sonar.typescript.tsconfigPath=./tsconfig.json