-
Notifications
You must be signed in to change notification settings - Fork 3
/
sonar-project.properties
31 lines (25 loc) · 1.11 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
sonar.projectKey=sunat-cpe
sonar.projectName=Sunat CPE
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/carlosthe19916/sunat-cpe
sonar.links.ci=https://travis-ci.org/carlosthe19916/sunat-cpe
sonar.links.scm=https://github.com/carlosthe19916/sunat-cpe
sonar.links.issue=https://github.com/carlosthe19916/sunat-cpe/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
sonar.host.url=https://sonarcloud.io
sonar.organization=carlosthe19916
sonar.sources=src
# =====================================================
# Java config
# =====================================================
sonar.java.source=1.8
sonar.java.binaries=.
# =====================================================
# Source Analysis
# =====================================================
sonar.exclusions=**/*Entity.java,**/*Representation.java, **/*Test.java, **/*.sql
sonar.test.exclusions=**/*Test.java