blob: 2a01e8174d435c6bfb0a8928410661b2752491db [file] [log] [blame]
# must be unique in a given SonarQube instance
sonar.projectKey=openk.pta.de:gfsBackendService
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=grid-failure-information.gfsBackendService
sonar.projectVersion=0.0.1_Snapshot
sonar.java.binaries=target/classes
# Language
sonar.language=
sonar.sourceEncoding=UTF-8
sonar.sources=src/main
sonar.exclusions=**/model/*.java,**/viewmodel/*.java
sonar.tests=src/test
#sonar.test.inclusions=**/*.spec.ts
sonar.test.exclusions=**/model/**,**/viewmodel/**
#sonar.ts.tslintconfigpath=tslint.json
sonar.typescript.lcov.reportPaths=coverage/lcov.info