Skip to content

Use browser blobs API to download large JSON files #693

Use browser blobs API to download large JSON files

Use browser blobs API to download large JSON files #693

Triggered via push February 12, 2024 23:05
Status Failure
Total duration 4m 8s
Artifacts

linter.yml

on: push
Lint Code Base
4m 0s
Lint Code Base
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
Lint Code Base: lib/PlotsTemplate.tsx#L1
'useState' is defined but never used
Lint Code Base: lib/PlotsTemplate.tsx#L1
'useState' is defined but never used
Lint Code Base: lib/PlotsTemplate.tsx#L104
'url' is never reassigned. Use 'const' instead
Lint Code Base
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/.
Lint Code Base: lib/MultiSelect.tsx#L28
Unexpected any. Specify a different type
Lint Code Base: lib/MultiSelect.tsx#L35
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint Code Base: lib/MultiSelect.tsx#L45
React Hook useMemo has a missing dependency: 'groupOptions'. Either include it or remove the dependency array
Lint Code Base: lib/MultiSelect.tsx#L59
React Hook useMemo has a missing dependency: 'fuzzysortOptions'. Either include it or remove the dependency array
Lint Code Base: lib/MultiSelect.tsx#L67
Unexpected any. Specify a different type
Lint Code Base: lib/MultiSelect.tsx#L102
Unexpected any. Specify a different type
Lint Code Base: lib/MultiSelect.tsx#L116
React Hook useCallback has missing dependencies: 'ensureItemInView' and 'toggleValue'. Either include them or remove the dependency array
Lint Code Base: lib/MultiSelect.tsx#L129
Unexpected any. Specify a different type
Lint Code Base: lib/PlotsTemplate.tsx#L115
React Hook useEffect has a missing dependency: 'data'. Either include it or remove the dependency array
Lint Code Base: lib/WindowSelectSearch.tsx#L19
Unexpected any. Specify a different type