Fix:Searchfile/missinglocale #61
lint.yml
on: pull_request
pnpm_install
40s
Matrix: lint
Matrix: typecheck
Annotations
28 errors and 10 warnings
lint (backend):
packages/backend/src/core/SearchService.ts#L245
Expected space(s) after "if"
|
lint (backend):
packages/backend/src/core/SearchService.ts#L245
Missing space before opening brace
|
lint (backend):
packages/backend/src/core/SearchService.ts#L246
Expected space(s) after "if"
|
lint (backend):
packages/backend/src/core/SearchService.ts#L246
Missing space before opening brace
|
lint (backend):
packages/backend/src/core/SearchService.ts#L248
Expected space(s) before "if"
|
lint (backend):
packages/backend/src/core/SearchService.ts#L248
Expected space(s) after "if"
|
lint (backend):
packages/backend/src/core/SearchService.ts#L248
Missing space before opening brace
|
lint (backend)
Process completed with exit code 1.
|
typecheck (backend)
Argument of type '{ lastUsedAt: Date; user: null; userList: null; id: string; userId: string; name: string; src: "group" | "users" | "home" | "all" | "list" | "users_blacklist"; userListId: string | null; ... 11 more ...; localOnly: boolean; }' is not assignable to parameter of type 'MiAntenna'.
|
typecheck (backend)
Type '{ lastUsedAt: Date; user: null; userList: null; id: string; userId: string; name: string; src: "group" | "users" | "home" | "all" | "list" | "users_blacklist"; userListId: string | null; ... 11 more ...; localOnly: boolean; }' is not assignable to type 'MiAntenna'.
|
typecheck (backend)
Argument of type '{ lastUsedAt: Date; user: null; userList: null; id: string; userId: string; name: string; src: "group" | "users" | "home" | "all" | "list" | "users_blacklist"; userListId: string | null; ... 11 more ...; localOnly: boolean; }' is not assignable to parameter of type 'MiAntenna'.
|
typecheck (backend)
Argument of type 'DeleteObjectCommand' is not assignable to parameter of type 'Command<ServiceInputTypes, DeleteObjectCommandInput, ServiceOutputTypes, DeleteObjectCommandOutput, SmithyResolvedConfiguration<...>>'.
|
typecheck (backend)
'err' is of type 'unknown'.
|
typecheck (backend)
Argument of type 'MiNote | null | undefined' is not assignable to parameter of type 'MiNote'.
|
typecheck (backend)
Argument of type 'MiNote | null | undefined' is not assignable to parameter of type 'string | MiNote'.
|
typecheck (backend)
'renote' is possibly 'null' or 'undefined'.
|
typecheck (backend)
'err' is of type 'unknown'.
|
typecheck (backend)
'err' is of type 'unknown'.
|
lint (frontend):
packages/frontend/src/components/MkNotification.vue#L191
'os' is not defined
|
lint (frontend):
packages/frontend/src/components/MkNotification.vue#L196
'os' is not defined
|
lint (frontend):
packages/frontend/src/components/MkReactionsViewer.reaction.vue#L70
More than 1 blank line not allowed
|
lint (frontend):
packages/frontend/src/components/MkReactionsViewer.reaction.vue#L71
'customEmojisMap' is not defined
|
lint (frontend):
packages/frontend/src/components/MkReactionsViewer.reaction.vue#L73
More than 1 blank line not allowed
|
lint (frontend):
packages/frontend/src/components/MkReactionsViewer.reaction.vue#L174
'customEmojisMap' is not defined
|
lint (frontend):
packages/frontend/src/pages/search.note.vue#L124
Expected space(s) after "if"
|
lint (frontend):
packages/frontend/src/pages/search.note.vue#L125
Opening curly brace does not appear on the same line as controlling statement
|
lint (frontend):
packages/frontend/src/pages/search.note.vue#L126
Missing semicolon
|
lint (frontend):
packages/frontend/src/pages/search.note.vue#L127
Missing semicolon
|
lint (cherrypick-js):
packages/cherrypick-js/src/acct.ts#L7
Assignment to function parameter 'acct'
|
lint (cherrypick-js):
packages/cherrypick-js/src/api.ts#L17
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/api.ts#L32
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/api.types.ts#L30
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/api.types.ts#L35
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/consts.ts#L140
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/consts.ts#L141
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/consts.ts#L162
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/consts.ts#L166
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/consts.ts#L167
Unexpected any. Specify a different type
|