Skip to content

Wip202411241850(merge4.13.0draft) #1183

Wip202411241850(merge4.13.0draft)

Wip202411241850(merge4.13.0draft) #1183

Triggered via pull request November 24, 2024 09:57
Status Success
Total duration 12m 0s
Artifacts

lint.yml

on: pull_request
Matrix: lint
Matrix: typecheck
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
typecheck (backend)
Argument of type 'MiInstance | null' is not assignable to parameter of type 'MiInstance'.
typecheck (backend)
Argument of type '(ps: {} & { noteId: string; targetLang: string; } & { noteId?: string | undefined; targetLang?: string | undefined; }, me: MiLocalUser) => Promise<number | { sourceLang: string; text: string | string[]; translator: string | never[]; } | undefined>' is not assignable to parameter of type 'Executor<{ readonly tags: readonly ["notes"]; readonly requireCredential: true; readonly kind: "read:account"; readonly res: { readonly type: "object"; readonly optional: true; readonly nullable: false; readonly properties: { ...; }; }; readonly errors: { ...; }; }, { ...; }>'.
typecheck (backend)
Argument of type 'string[]' is not assignable to parameter of type 'string'.
typecheck (backend)
Process completed with exit code 2.
lint (frontend-shared): packages/frontend-shared/js/array.ts#L6
'EndoRelation' is defined but never used