Feat/2024.9 n #407
lint.yml
on: pull_request
pnpm_install
1m 4s
Matrix: lint
Matrix: typecheck
Annotations
22 errors and 2 warnings
typecheck (sw)
Property or signature expected.
|
typecheck (sw)
Unterminated regular expression literal.
|
typecheck (sw)
';' expected.
|
typecheck (sw)
';' expected.
|
typecheck (sw)
';' expected.
|
typecheck (sw)
';' expected.
|
typecheck (sw)
';' expected.
|
typecheck (sw)
Declaration or statement expected.
|
typecheck (sw)
';' expected.
|
typecheck (sw)
';' expected.
|
typecheck (backend)
Property 'close' does not exist on type '{ whenAsyncComplete: () => Promise<void>; cancelAsync: () => void; asyncTaskManager: AsyncTaskManager; setURL: (url: string) => void; setWindowSize: (options: { width?: number | undefined; height?: number | undefined; }) => void; settings: { ...; }; setInnerWidth: (width: number) => void; setInnerHeight: (height: nu...'.
|
typecheck (backend)
Parameter 'err' implicitly has an 'any' type.
|
typecheck (backend)
Property 'metaService' does not exist on type 'NoteCreateService'.
|
typecheck (backend)
Type '{ id: string; replyId: MiNote["id"] | null; reply: MiNote | null; renoteId: MiNote["id"] | null; renote: MiNote | null; threadId: string | null; text: string | null; name: string | null; ... 29 more ...; renoteUserHost: string | null; }' is not assignable to type 'MiNote'.
|
typecheck (backend)
Object literal may only specify known properties, and 'handleDisabledFileLoadingAsSuccess' does not exist in type '{ disableJavaScriptEvaluation?: boolean | undefined; disableJavaScriptFileLoading?: boolean | undefined; disableCSSFileLoading?: boolean | undefined; disableIframePageLoading?: boolean | undefined; disableComputedStyleRendering?: boolean | undefined; enableFileSystemHttpRequests?: boolean | undefined; device?: { ......'.
|
typecheck (backend)
Property 'close' does not exist on type '{ whenAsyncComplete: () => Promise<void>; cancelAsync: () => void; asyncTaskManager: AsyncTaskManager; setURL: (url: string) => void; setWindowSize: (options: { width?: number | undefined; height?: number | undefined; }) => void; settings: { ...; }; setInnerWidth: (width: number) => void; setInnerHeight: (height: nu...'.
|
typecheck (backend)
Parameter 'err' implicitly has an 'any' type.
|
typecheck (backend)
Process completed with exit code 2.
|
lint (frontend):
packages/frontend/src/components/MkCode.vue#L45
'defaultStore' is not defined
|
lint (frontend):
packages/frontend/src/components/MkPostForm.vue#L113
'host' is already defined
|
lint (frontend):
packages/frontend/src/components/MkPostForm.vue#L113
'url' is already defined
|
lint (frontend)
Process completed with exit code 1.
|
lint (misskey-js):
packages/misskey-js/src/nyaize.ts#L12
Type boolean trivially inferred from a boolean literal, remove type annotation
|
lint (misskey-js):
packages/misskey-js/src/nyaize.ts#L57
Forbidden non-null assertion
|