가입 승인제 추가 #52
lint.yml
on: pull_request
pnpm_install
36s
Matrix: lint
Matrix: typecheck
Annotations
5 errors and 3 warnings
typecheck (backend)
Property 'approvalRequiredForSignup' is missing in type '{ version: any; publishTarballInsteadOfProvideRepositoryUrl: boolean; url: string; port: number; socket: string | undefined; chmodSocket: string | undefined; disableHsts: boolean | undefined; ... 50 more ...; skebStatus: undefined; }' but required in type 'Config'.
|
typecheck (backend)
Process completed with exit code 2.
|
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)
Process completed with exit code 1.
|
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
|