blob: a89f55c0bf403c6f2226cc8ca864ff511855af43 [file] [log] [blame]
# must be unique in a given SonarQube instance grid-failure-information-web-cache
sonar.projectKey=openk.pta.de:grid-failure-information-web-cache
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=grid-failure-information-web-cache.FE
sonar.projectVersion=0.0.1_Snapshot
# Language
sonar.language=ts
sonar.sourceEncoding=UTF-8
sonar.sources=src
sonar.exclusions=**/node_modules/**,**/environments/**,e2e/*.ts,**/*.spec.ts,**/test-data/*.ts,**/testing/*.ts,**/assets/**/*,**/*.model.*,**/*.constants.*,**/*.action.*,**/*.module.*,**/*column-definition*,**/*animation*,**/*api-client.*,**/styles.scss
sonar.tests=src
sonar.test.inclusions=**/*.spec.ts
sonar.test.exclusions=
sonar.ts.tslintconfigpath=tslint.json
sonar.typescript.lcov.reportPaths=coverage/lcov.info