chore(ci): Update tsc CI #361
Handoff.yml
on: pull_request
handoff
5s
web-tsc
/
tsc
46s
web-eslint
/
eslint
1m 3s
web-prettier
/
prettier
38s
backend-golint
/
golangci-lint
tui-golint
/
golangci-lint
Annotations
5 errors and 1 warning
|
web-eslint / eslint
Process completed with exit code 1.
|
|
web-eslint / eslint:
web/src/routes/app/+page.ts#L22
[eslint] reported by reviewdog 🐶
Unexpected goto() call without resolve().
Raw Output:
{"ruleId":"svelte/no-navigation-without-resolve","severity":2,"message":"Unexpected goto() call without resolve().","line":22,"column":12,"nodeType":null,"messageId":"gotoWithoutResolve","endLine":22,"endColumn":37}
|
|
web-eslint / eslint:
web/src/routes/admin/+page.ts#L24
[eslint] reported by reviewdog 🐶
Unexpected goto() call without resolve().
Raw Output:
{"ruleId":"svelte/no-navigation-without-resolve","severity":2,"message":"Unexpected goto() call without resolve().","line":24,"column":10,"nodeType":null,"messageId":"gotoWithoutResolve","endLine":24,"endColumn":32}
|
|
web-eslint / eslint:
web/src/routes/admin/+page.ts#L16
[eslint] reported by reviewdog 🐶
Unexpected goto() call without resolve().
Raw Output:
{"ruleId":"svelte/no-navigation-without-resolve","severity":2,"message":"Unexpected goto() call without resolve().","line":16,"column":12,"nodeType":null,"messageId":"gotoWithoutResolve","endLine":16,"endColumn":37}
|
|
web-eslint / eslint:
web/src/routes/About.svelte#L15
[eslint] reported by reviewdog 🐶
Unexpected href link without resolve().
Raw Output:
{"ruleId":"svelte/no-navigation-without-resolve","severity":2,"message":"Unexpected href link without resolve().","line":15,"column":5,"nodeType":null,"messageId":"linkWithoutResolve","endLine":15,"endColumn":11}
|
|
web-prettier / prettier
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|