가입 승인제 추가 #51
lint.yml
on: pull_request
pnpm_install
1m 10s
Matrix: lint
Matrix: typecheck
Annotations
14 errors and 3 warnings
typecheck (backend)
Type '{ id: string; updatedAt: Date | null; lastFetchedAt: Date | null; lastActiveDate: Date | null; hideOnlineStatus: boolean; username: string; usernameLower: string; name: string | null; ... 34 more ...; signupReason?: string | ... 1 more ... | undefined; }' is not assignable to type 'MiUser'.
|
typecheck (backend)
Type '{ host: string | null; username: string; name: string | null; id: string; avatarUrl: string | null; avatarBlurhash: string | null; avatarDecorations: ({ id: string; url: string; } & {} & { ...; })[]; ... 6 more ...; badgeRoles: ({ ...; } & ... 1 more ... & { ...; })[]; }' is not assignable to type '{ host: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "misskey.example.com"; readonly description: "The local host is represented with `null`."; }>; ... 8 more ...; onlineStatus: SchemaType<...>; } & {} & { ...; }'.
|
typecheck (backend)
Type '{ maintainerName: string | null; maintainerEmail: string | null; version: string; providesTarball: boolean; name: string | null; shortName: string | null; uri: string; description: string | null; ... 41 more ...; maxFileSize: number; }' is not assignable to type '{ name: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; uri: string; bannerUrl: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; ... 47 more ...; maxFileSize: number; } & {} & { ...; }'.
|
typecheck (backend)
Process completed with exit code 2.
|
lint (frontend):
packages/frontend/src/components/MkCaptcha.vue#L39
An interface declaring no members is equivalent to its supertype
|
lint (frontend):
packages/frontend/src/components/MkChartLegend.vue#L24
Expected an assignment or function call and instead saw an expression
|
lint (frontend):
packages/frontend/src/components/MkContainer.vue#L70
Expected an assignment or function call and instead saw an expression
|
lint (frontend):
packages/frontend/src/components/MkContainer.vue#L81
Expected an assignment or function call and instead saw an expression
|
lint (frontend):
packages/frontend/src/components/MkFoldableSection.vue#L62
Expected an assignment or function call and instead saw an expression
|
lint (frontend):
packages/frontend/src/components/MkFoldableSection.vue#L75
Expected an assignment or function call and instead saw an expression
|
lint (frontend):
packages/frontend/src/components/MkFolder.vue#L84
Expected an assignment or function call and instead saw an expression
|
lint (frontend):
packages/frontend/src/components/MkFolder.vue#L95
Expected an assignment or function call and instead saw an expression
|
lint (frontend):
packages/frontend/src/components/global/MkPageHeader.tabs.vue#L129
Expected an assignment or function call and instead saw an expression
|
lint (frontend):
packages/frontend/src/components/global/MkPageHeader.tabs.vue#L148
Expected an assignment or function call and instead saw an expression
|
lint (misskey-reversi):
packages/misskey-reversi/src/serializer.ts#L25
Unnecessary conditional, both sides of the expression are literal values
|
lint (misskey-reversi):
packages/misskey-reversi/src/serializer.ts#L88
Unnecessary conditional, both sides of the expression are literal values
|
lint (frontend-shared):
packages/frontend-shared/js/embed-page.ts#L9
'embeddableEntities' is assigned a value but only used as a type
|