mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Create .sonarcloud.properties
This commit is contained in:
parent
e157f200f8
commit
6e2e3a9462
1 changed files with 15 additions and 0 deletions
15
.sonarcloud.properties
Normal file
15
.sonarcloud.properties
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Path to sources
|
||||||
|
#sonar.sources=.
|
||||||
|
#sonar.exclusions=
|
||||||
|
#sonar.inclusions=
|
||||||
|
|
||||||
|
# Path to tests
|
||||||
|
#sonar.tests=
|
||||||
|
#sonar.test.exclusions=
|
||||||
|
#sonar.test.inclusions=
|
||||||
|
|
||||||
|
# Source encoding
|
||||||
|
#sonar.sourceEncoding=UTF-8
|
||||||
|
|
||||||
|
# Exclusions for copy-paste detection
|
||||||
|
#sonar.cpd.exclusions=
|
Loading…
Reference in a new issue