mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
c66ae7b2e4
Launch an Xspice and run: echo -ne "\033]844;127.0.0.1;9876\007" This will launch a SPiCE client connecting to 127.0.0.1:9876. Still need to add all the security stuff and generally be more defensive in the implementation.
14 lines
390 B
INI
14 lines
390 B
INI
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/**/*
|