[refactor] Migrate Schedules Table to typescript #2595
Triggered via pull request
September 13, 2023 20:41
Status
Failure
Total duration
1m 26s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
21 errors and 4 warnings
typecheck:
packages/desktop-client/craco.config.ts#L25
Parameter 'webpackConfig' implicitly has an 'any' type.
|
typecheck:
packages/desktop-client/craco.config.ts#L25
Binding element 'env' implicitly has an 'any' type.
|
typecheck:
packages/desktop-client/craco.config.ts#L25
Binding element 'paths' implicitly has an 'any' type.
|
typecheck:
packages/desktop-client/craco.config.ts#L95
Parameter 'devServerConfig' implicitly has an 'any' type.
|
typecheck:
packages/desktop-client/craco.config.ts#L95
Binding element 'env' implicitly has an 'any' type.
|
typecheck:
packages/desktop-client/craco.config.ts#L95
Binding element 'paths' implicitly has an 'any' type.
|
typecheck:
packages/desktop-client/craco.config.ts#L95
Binding element 'proxy' implicitly has an 'any' type.
|
typecheck:
packages/desktop-client/craco.config.ts#L95
Binding element 'allowedHost' implicitly has an 'any' type.
|
typecheck:
packages/desktop-client/craco.config.ts#L96
Parameter 'server' implicitly has an 'any' type.
|
typecheck:
packages/desktop-client/src/components/App.tsx#L55
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
lint
Process completed with exit code 1.
|
test
Parameter 'webpackConfig' implicitly has an 'any' type.
|
test
Binding element 'env' implicitly has an 'any' type.
|
test
Binding element 'paths' implicitly has an 'any' type.
|
test
Parameter 'devServerConfig' implicitly has an 'any' type.
|
test
Binding element 'env' implicitly has an 'any' type.
|
test
Binding element 'paths' implicitly has an 'any' type.
|
test
Binding element 'proxy' implicitly has an 'any' type.
|
test
Binding element 'allowedHost' implicitly has an 'any' type.
|
test
Parameter 'server' implicitly has an 'any' type.
|
test
Process completed with exit code 1.
|
lint:
packages/desktop-client/src/components/schedules/SchedulesTable.tsx#L270
Unexpected any. Specify a different type
|
lint:
packages/desktop-client/src/components/schedules/StatusBadge.tsx#L13
'theme' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/desktop-client/src/components/schedules/StatusBadge.tsx#L13
'CSSProperties' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/desktop-client/src/components/schedules/StatusBadge.tsx#L13
'colors' import from '../../style' is restricted from being used by a pattern. Please use themes instead of colors
|