Skip to content
Snippets Groups Projects
Commit 64d0a9f7 authored by Homada.Boumedane's avatar Homada.Boumedane
Browse files

chore: sonar

add sonar properties config file.
parent f7c0385d
Branches
Tags
No related merge requests found
sonar.login=@SONAR_TOKEN@
sonar.password=
sonar.host.url=https://sonar.unige.ch
sonar.projectKey=solidify-eslint-plugin
sonar.projectName=Solidify Eslint Plugin
sonar.projectVersion=1.0
sonar.sourceEncoding=UTF-8
sonar.sources=./src
sonar.exclusions=**/node_modules/**,**/*.spec.ts
sonar.tests=./tests
sonar.test.inclusions=**/*.spec.ts
sonar.ts.tslintconfigpath=tslint.json
sonar.ts.lcov.reportpath=coverage/lcov.info
sonar.typescript.lcov.reportPaths=coverage/lcov.info
sonar.typescript.exclusions=**/node_modules/**
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment