mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
updated sonar setting
This commit is contained in:
parent
6e2e3a9462
commit
a5c110ed15
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Path to sources
|
# Path to sources
|
||||||
#sonar.sources=.
|
sonar.sources=src
|
||||||
#sonar.exclusions=
|
sonar.exclusions=push-to-pws
|
||||||
#sonar.inclusions=
|
# sonar.inclusions=
|
||||||
|
|
||||||
# Path to tests
|
# Path to tests
|
||||||
#sonar.tests=
|
sonar.tests=src/test
|
||||||
#sonar.test.exclusions=
|
#sonar.test.exclusions=
|
||||||
#sonar.test.inclusions=
|
#sonar.test.inclusions=
|
||||||
|
|
||||||
# Source encoding
|
# Source encoding
|
||||||
#sonar.sourceEncoding=UTF-8
|
sonar.sourceEncoding=UTF-8
|
||||||
|
|
||||||
# Exclusions for copy-paste detection
|
# Exclusions for copy-paste detection
|
||||||
#sonar.cpd.exclusions=
|
#sonar.cpd.exclusions=
|
||||||
|
|
Loading…
Reference in a new issue