WIP #36689
Annotations
15 errors and 11 warnings
lint js:
app/src/App/OnDeviceDisplayApp.tsx#L31
'RobotDashboard' is defined but never used
|
lint js:
app/src/App/OnDeviceDisplayApp.tsx#L45
'ErrorRecoveryFlows' is defined but never used
|
lint js:
app/src/pages/ErrorRecoveryFlows/getErrorKind.ts#L1
'ERROR_KINDS' is defined but never used
|
lint js:
app/src/pages/RunningProtocol/index.tsx#L28
'RUN_STATUS_AWAITING_RECOVERY' is defined but never used
|
lint js:
app/src/pages/RunningProtocol/index.tsx#L109
'enableSplash' is assigned a value but never used
|
lint js:
app/src/pages/RunningProtocol/index.tsx#L110
'showErrorRecovery' is assigned a value but never used
|
lint js:
app/src/pages/RunningProtocol/index.tsx#L128
'enableRunNotes' is assigned a value but never used
|
lint js:
app/src/pages/RunningProtocol/index.tsx#L180
Unexpected constant condition
|
lint js:
app/src/pages/RunningProtocol/index.tsx#L181
Unexpected constant condition
|
lint js
Process completed with exit code 2.
|
typechecks:
app/src/pages/RunningProtocol/index.tsx#L202
Type 'number | undefined' is not assignable to type 'number'.
|
typechecks:
app/src/pages/RunningProtocol/index.tsx#L220
Argument of type 'RunCommandSummary | null' is not assignable to parameter of type 'RunTimeCommand | RunCommandSummary'.
|
typechecks:
app/src/pages/RunningProtocol/index.tsx#L223
Type 'RunCommandSummary | null' is not assignable to type 'RunCommandSummary'.
|
typechecks:
app/src/pages/RunningProtocol/index.tsx#L225
'runRecord' is possibly 'undefined'.
|
typechecks
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint js:
api-client/src/calibration/types.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
lint js:
api-client/src/modules/api-types.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
lint js:
api-client/src/modules/types.ts#L8
All imports in the declaration are only used as types. Use `import type`
|
lint js:
api-client/src/modules/types.ts#L15
All imports in the declaration are only used as types. Use `import type`
|
lint js:
api-client/src/pipettes/types.ts#L62
A record is preferred over an index signature
|
lint js:
api-client/src/pipettes/types.ts#L69
A record is preferred over an index signature
|
lint js:
api-client/src/pipettes/types.ts#L77
A record is preferred over an index signature
|
lint js:
api-client/src/pipettes/types.ts#L81
A record is preferred over an index signature
|
lint js:
api-client/src/pipettes/types.ts#L90
A record is preferred over an index signature
|
lint js:
api-client/src/protocols/__tests__/utils.test.ts#L17
All imports in the declaration are only used as types. Use `import type`
|
Loading