Skip to content

feat: setup lint gh-actions #10

feat: setup lint gh-actions

feat: setup lint gh-actions #10

Triggered via pull request November 30, 2024 10:23
Status Failure
Total duration 32s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
frontend: frontend/src/lib/components/modals/auth/forms/login.svelte#L12
Unexpected any. Specify a different type
frontend: frontend/src/lib/components/modals/auth/forms/profile_create.svelte#L11
Unexpected any. Specify a different type
frontend: frontend/src/lib/components/modals/auth/forms/profile_select.svelte#L13
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
frontend: frontend/src/lib/stores/auth.svelte.ts#L4
'auth_state' is never reassigned. Use 'const' instead
frontend: frontend/src/lib/stores/modals.svelte.ts#L6
'modals_state' is never reassigned. Use 'const' instead
frontend: frontend/src/lib/stores/modals.svelte.ts#L14
'key' is never reassigned. Use 'const' instead
frontend
Process completed with exit code 1.
backend
Process completed with exit code 1.