Refactor sonar properties

This commit is contained in:
2023-04-02 14:24:24 +02:00
parent c52c7d0828
commit 62e9276fbf

View File

@@ -4,9 +4,9 @@ sonar.organization=rmontanana
# This is the name and version displayed in the SonarCloud UI. # This is the name and version displayed in the SonarCloud UI.
sonar.projectName=mdlp sonar.projectName=mdlp
sonar.projectVersion=1.0.2 sonar.projectVersion=1.0.2
sonar.test.exclusions=tests/** # sonar.test.exclusions=tests/**
sonar.tests=tests/ # sonar.tests=tests/
sonar.coverage.exclusions=tests/**,sample/** # sonar.coverage.exclusions=tests/**,sample/**
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=. #sonar.sources=.