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
|
||||
#sonar.sources=.
|
||||
#sonar.exclusions=
|
||||
#sonar.inclusions=
|
||||
sonar.sources=src
|
||||
sonar.exclusions=push-to-pws
|
||||
# sonar.inclusions=
|
||||
|
||||
# Path to tests
|
||||
#sonar.tests=
|
||||
sonar.tests=src/test
|
||||
#sonar.test.exclusions=
|
||||
#sonar.test.inclusions=
|
||||
|
||||
# Source encoding
|
||||
#sonar.sourceEncoding=UTF-8
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
||||
# Exclusions for copy-paste detection
|
||||
#sonar.cpd.exclusions=
|
||||
|
|
Loading…
Reference in a new issue