Wip202411241850(merge4.13.0draft) #1183
lint.yml
on: pull_request
pnpm_install
1m 9s
Matrix: lint
Matrix: typecheck
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
|