feat: 絵文字を登録したユーザーがアカウントを消去しても継続して絵文字の使用ができるように #13
lint.yml
on: pull_request
pnpm_install
37s
Matrix: lint
Matrix: typecheck
Annotations
2 errors and 10 warnings
typecheck (backend)
Type '{ pinnedNotes?: ({ text: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; id: string; userId: string; user: { host: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "misskey.example.com"; readonly description: "The ...' is not assignable to type '{ name: string; id: string; userId: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly format: "id"; }>; isSensitive: SchemaType<{ readonly type: "boolean"; readonly optional: false; readonly nullable: false; }>; ... 10 more ...; createdAt: string; } & {} & { ...; }'.
|
typecheck (backend)
Process completed with exit code 2.
|
lint (misskey-js):
packages/misskey-js/src/acct.ts#L7
Assignment to function parameter 'acct'
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L17
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L32
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.types.ts#L30
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.types.ts#L35
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/consts.ts#L140
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/consts.ts#L141
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/consts.ts#L162
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/consts.ts#L166
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/consts.ts#L167
Unexpected any. Specify a different type
|