Files
monica/sonar-project.properties
T

23 lines
915 B
Properties

# must be unique in a given SonarQube instance
sonar.projectKey=monica
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=monica
#sonar.projectVersion=
#sonar.organization=monicahq
#sonar.host.url=https://sonarcloud.io
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=app,bootstrap,config,public,resources,routes
#sonar.exclusions=bootstrap/cache/*,public/css/*,public/js/*,public/storage/*
sonar.tests=tests
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Links for sonarcloud.io page
sonar.links.homepage=https://monicahq.com
sonar.links.ci=https://dev.azure.com/monicahq/monica
sonar.links.scm=https://github.com/monicahq/monica
sonar.links.issue=https://github.com/monicahq/monica/issues