mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
still tryna get sonar workin
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"files": [
|
|
||||||
"mod.ts",
|
|
||||||
"src/**/*.ts",
|
|
||||||
"www/**/*.html",
|
|
||||||
"www/**/*.js",
|
|
||||||
"www/**/*.css"
|
|
||||||
],
|
|
||||||
"include": [
|
|
||||||
"mod.ts",
|
|
||||||
"src/**",
|
|
||||||
"www/**"
|
|
||||||
],
|
|
||||||
"exclude": [ ]
|
|
||||||
}
|
|
||||||
@@ -1,8 +1,7 @@
|
|||||||
sonar.projectKey=TheArtificer
|
sonar.projectKey=TheArtificer
|
||||||
sonar.organization=milligan-dev
|
sonar.organization=milligan-dev
|
||||||
sonar.source=src/**,mod.ts
|
sonar.source=src/**,mod.ts,www/**
|
||||||
sonar.exclusions=scripts/**,src/testcases.ts,src/*_test.ts
|
sonar.exclusions=
|
||||||
sonar.typescript.tsconfigPath=.sonarcloud.ts.json
|
sonar.typescript.tsconfigPath=
|
||||||
sonar.javascript.lcov.reportPaths=coverage/report.lcov
|
|
||||||
sonar.pullrequest.provider=GitHub
|
sonar.pullrequest.provider=GitHub
|
||||||
sonar.pullrequest.github.repository=Burn-E99/TheArtificer
|
sonar.pullrequest.github.repository=Burn-E99/TheArtificer
|
||||||
Reference in New Issue
Block a user