-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
27 lines (22 loc) · 1 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
sonar.projectKey=seechange
sonar.projectName=seechange
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/SvenWesterlaken/security-seechange-server
sonar.links.ci=https://travis-ci.org/SvenWesterlaken/security-seechange-server
sonar.links.scm=https://github.com/SvenWesterlaken/security-seechange-server
sonar.links.issue=https://github.com/SvenWesterlaken/security-seechange-server/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
sonar.host.url=https://sonarcloud.io
sonar.organization=matsgemmeke-github
sonar.login=xxxxxxxxxxxxxxxxxxxxxx
sonar.sources=src
sonar.exclusions=node_modules/**/*
# =====================================================
# Java config
# =====================================================
sonar.java.source=1.8
sonar.java.binaries=.