feat: リモートインスタンスのソフトウェア一覧 #1558
lint.yml
on: pull_request
pnpm_install
37s
Matrix: lint
Matrix: typecheck
Annotations
10 errors and 3 warnings
lint (backend):
packages/backend/src/server/api/endpoints/federation/federated-softwares.ts#L68
Unexpected whitespace between function name and paren
|
lint (backend):
packages/backend/src/server/api/endpoints/federation/federated-softwares.ts#L68
Missing space before =>
|
lint (backend):
packages/backend/src/server/api/endpoints/federation/federated-softwares.ts#L83
Expected blank line before this statement
|
lint (backend):
packages/backend/src/server/api/endpoints/federation/federated-softwares.ts#L84
Opening curly brace does not appear on the same line as controlling statement
|
lint (backend):
packages/backend/src/server/api/endpoints/federation/federated-softwares.ts#L86
Opening curly brace does not appear on the same line as controlling statement
|
lint (backend)
Process completed with exit code 1.
|
lint (frontend):
packages/frontend/src/components/MkInstanceStats.vue#L185
A space is required after ','
|
lint (frontend)
Process completed with exit code 1.
|
typecheck (backend)
Argument of type '(ps: { limit: number; } & {} & { limit?: number | undefined; }, me: MiLocalUser | null) => Promise<{ softwareAndCounts: { softwareName: string; count: number; color: string | null; }[]; knownSoftwares: (string | null)[]; }>' is not assignable to parameter of type 'Executor<{ readonly tags: readonly ["federation"]; readonly requireCredential: false; readonly allowGet: true; readonly cacheSec: number; readonly res: { readonly type: "object"; readonly optional: false; readonly nullable: false; readonly properties: { ...; }; }; }, { ...; }>'.
|
typecheck (backend)
Process completed with exit code 2.
|
lint (frontend-shared):
packages/frontend-shared/js/array.ts#L6
'EndoRelation' is defined but never used
|
lint (misskey-reversi):
packages/misskey-reversi/src/serializer.ts#L25
Unnecessary conditional, comparison is always true, since `"put" === "put"` is true
|
lint (misskey-reversi):
packages/misskey-reversi/src/serializer.ts#L88
Unnecessary conditional, comparison is always true, since `"put" === "put"` is true
|