sonar.organization=dragonbe-github sonar.projectKey=dragonbe-vies sonar.projectName=VIES QA sonar.projectVersion=2.1.13 sonar.sources=. sonar.host.url=https://sonarcloud.io # ===================================================== # Meta-data for the project # ===================================================== sonar.links.homepage=https://github.com/DragonBe/vies sonar.links.ci=https://travis-ci.org/DragonBe/vies sonar.links.scm=https://github.com/DragonBe/vies sonar.links.issue=https://github.com/DragonBe/vies/issues # ===================================================== # Properties that will be shared amongst all modules # ===================================================== # SQ standard properties sonar.sources=src sonar.tests=tests # Properties specific to language plugins: sonar.java.checkstyle.reportPaths=build/logs/checkstyle.xml sonar.java.pmd.reportPaths=build/logs/pmd-*.xml sonar.php.coverage.reportPath=build/logs/coverage/coverage-xml/index.xml sonar.php.coverage.reportPaths=build/logs/clover.xml sonar.php.tests.reportPath=build/logs/junit.xml sonar.php.file.suffixes=php sonar.php.exclusions=**/vendor/**,src/autoload.php,**/examples/**,**/tests/** sonar.cpd.exclusions=src/Vies/Validator/ValidatorXI.php