Pick redis push tl #169
lint.yml
on: pull_request
pnpm_install
1m 5s
Matrix: lint
Matrix: typecheck
Annotations
6 errors and 10 warnings
typecheck (backend)
Type '"userListUserId"' is not assignable to type 'keyof MiUserListMembership'. Did you mean '"userListId"'?
|
typecheck (backend)
Property 'userListUserId' does not exist on type 'MiUserListMembership'. Did you mean 'userListId'?
|
typecheck (backend)
Property 'userListUserId' does not exist on type 'MiUserListMembership'. Did you mean 'userListId'?
|
typecheck (backend)
'"@/models/_.js"' has no exported member named 'UserListJoiningsRepository'. Did you mean 'UserListsRepository'?
|
typecheck (backend)
Property 'userListJoiningsRepository' does not exist on type '{ config: symbol; db: symbol; meilisearch: symbol; redis: symbol; redisForPub: symbol; redisForSub: symbol; redisForTimelines: symbol; usersRepository: symbol; notesRepository: symbol; announcementsRepository: symbol; ... 61 more ...; userMemosRepository: symbol; }'. Did you mean 'userListsRepository'?
|
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#L100
Unexpected any. Specify a different type
|