json-schema配下の最新化 #14617
lint.yml
on: pull_request
pnpm_install
35s
Matrix: lint
Matrix: typecheck
Annotations
2 errors and 10 warnings
typecheck (backend)
Type '{ myReaction?: string | undefined; clippedCount?: number | undefined; reply?: ({ id: string; text: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; ... 7 more ...; createdAt: string; } & {} & { ...; }) | undefined; ... 27 more ...; url: string | undefined; }' is not assignable to type '{ id: string; text: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; userId: string; user: { host: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "misskey.example.com"; readonly description: "The local host is rep...'.
|
typecheck (backend)
Process completed with exit code 1.
|
lint (misskey-js):
packages/misskey-js/src/acct.ts#L7
Assignment to function parameter 'acct'
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L10
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L13
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L25
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L33
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L36
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L57
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L57
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L57
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L99
Unexpected any. Specify a different type
|