mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-22 12:24:25 +00:00
14 lines
390 B
Properties
14 lines
390 B
Properties
|
sonar.projectKey=spiceproxy
|
||
|
sonar.projectName=spiceproxy
|
||
|
sonar.projectVersion=1.0.0
|
||
|
sonar.sources=src
|
||
|
sonar.language=js
|
||
|
sonar.dynamicAnalysis=reuseReports
|
||
|
sonar.javascript.jstest.reportsPath=build/reports
|
||
|
sonar.javascript.lcov.reportPath=build/reports/lcov.info
|
||
|
sonar.exclusions=**/node_modules/**/*, \
|
||
|
**/test/**/*, \
|
||
|
**/component-test/**/*, \
|
||
|
**/build/**/*, \
|
||
|
**/doc/**/*
|