fix ERR_PNPM_UNSUPPORTED_ENGINE
#141
lint.yml
on: push
pnpm_install
37s
Matrix: lint
Matrix: typecheck
Annotations
19 errors and 10 warnings
lint (backend):
packages/backend/src/core/FileInfoService.ts#L172
Missing semicolon
|
lint (backend):
packages/backend/src/core/FileInfoService.ts#L229
Missing semicolon
|
lint (backend):
packages/backend/src/core/NoteCreateService.ts#L663
A space is required after '{'
|
lint (backend):
packages/backend/src/core/NoteCreateService.ts#L663
A space is required before '}'
|
lint (backend):
packages/backend/src/core/NoteCreateService.ts#L669
A space is required after '{'
|
lint (backend):
packages/backend/src/core/NoteCreateService.ts#L669
A space is required before '}'
|
lint (backend)
Process completed with exit code 1.
|
typecheck (backend)
Argument of type '(ps: SchemaType<{ readonly type: "object"; readonly properties: { readonly userId: { readonly type: "string"; readonly format: "misskey:id"; }; readonly groupId: { readonly type: "string"; readonly format: "misskey:id"; }; readonly limit: { ...; }; readonly sinceId: { ...; }; readonly untilId: { ...; }; readonly mar...' is not assignable to parameter of type 'Executor<{ readonly tags: readonly ["messaging"]; readonly requireCredential: true; readonly kind: "read:messaging"; readonly res: { readonly type: "array"; readonly optional: false; readonly nullable: false; readonly items: { ...; }; }; readonly errors: { ...; }; }, { ...; }>'.
|
typecheck (backend)
Not all code paths return a value.
|
typecheck (backend)
Process completed with exit code 1.
|
lint (frontend):
packages/frontend/src/components/MkMigrated.vue#L44
A space is required after '{'
|
lint (frontend):
packages/frontend/src/components/MkMigrated.vue#L44
A space is required before '}'
|
lint (frontend):
packages/frontend/src/pages/about.vue#L28
Mixed spaces and tabs
|
lint (frontend):
packages/frontend/src/pages/about.vue#L29
Mixed spaces and tabs
|
lint (frontend):
packages/frontend/src/pages/about.vue#L30
Mixed spaces and tabs
|
lint (frontend):
packages/frontend/src/pages/about.vue#L31
Mixed spaces and tabs
|
lint (frontend):
packages/frontend/src/pages/about.vue#L115
A space is required after '{'
|
lint (frontend):
packages/frontend/src/pages/about.vue#L115
A space is required before '}'
|
lint (frontend)
Process completed with exit code 1.
|
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#L20
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#L12
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/api.types.ts#L12
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/api.types.ts#L13
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/api.types.ts#L22
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/api.types.ts#L27
Unexpected any. Specify a different type
|
lint (cherrypick-js):
packages/cherrypick-js/src/consts.ts#L92
Unexpected any. Specify a different type
|