Skip to content

Update Chart to parity with main #33

Update Chart to parity with main

Update Chart to parity with main #33

Triggered via push March 22, 2024 21:57
Status Success
Total duration 30s
Artifacts

lint.yml

on: push
Run linters
21s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run linters: react/src/Spreadsheet.tsx#L1002
'columnId' is assigned a value but never used. Allowed unused vars must match /^_/u
Run linters: react/src/Spreadsheet.tsx#L1003
'selectedColumnIds' is assigned a value but never used. Allowed unused vars must match /^_/u
Run linters: react/src/Spreadsheet.tsx#L1004
'left' is assigned a value but never used. Allowed unused vars must match /^_/u
Run linters: react/src/Spreadsheet.tsx#L1004
'top' is assigned a value but never used. Allowed unused vars must match /^_/u
Run linters: react/src/Spreadsheet.tsx#L1531
React Hook React.useCallback has unnecessary dependencies: 'dataStore' and 'storeId'. Either exclude them or remove the dependency array
Run linters: react/src/icons/ColumnTypeUtil.ts#L2
'SqlErrorIcon' is defined but never used. Allowed unused vars must match /^_/u
Run linters: react/src/index.tsx#L104
'disableExport' is defined but never used. Allowed unused args must match /^_/u
Run linters: react/src/state/useCanvasState.ts#L14
'get' is defined but never used. Allowed unused args must match /^_/u