sonar.projectKey = <%= baseName %>
sonar.projectName = <%= baseName %> generated by jhipster

# Typescript tests files must be inside sources and tests, otherwise `INFO: Test execution data ignored for 80 unknown files, including:` is shown.
sonar.sources = src
sonar.tests = src
sonar.host.url = http://localhost:9001
sonar.sourceEncoding = UTF-8

sonar.test.inclusions = <%= srcTest %>**/*.*

sonar.issue.ignore.multicriteria =
