Skip to content

demo app: rootNode->uuid & restApiUrl->api_url #45

demo app: rootNode->uuid & restApiUrl->api_url

demo app: rootNode->uuid & restApiUrl->api_url #45

Triggered via push October 24, 2025 10:26
Status Success
Total duration 35s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
lint: src/AiidaExplorer/VisualiserPane/Rich/KpointsDataVisualiser.jsx#L66
'numSites' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
lint: src/AiidaExplorer/VisualiserPane/Rich/KpointsDataVisualiser.jsx#L59
'lattice' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
lint: src/AiidaExplorer/VisualiserPane/Rich/CalcJobVisualiser.jsx#L66
'copyToClipboard' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
lint: src/AiidaExplorer/VisualiserPane/Rich/CalcJobVisualiser.jsx#L61
'copiedIndex' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
lint: src/AiidaExplorer/VisualiserPane/Rich/CalcJobVisualiser.jsx#L5
There should be no empty line within import group
lint: src/AiidaExplorer/VisualiserPane/Rich/CalcJobVisualiser.jsx#L2
'defaultStyles' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
lint: src/AiidaExplorer/GroupsViewer/index.jsx#L50
Unexpected lexical declaration in case block
lint: src/AiidaExplorer/GroupsViewer/index.jsx#L24
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/AiidaExplorer/GroupsViewer/index.jsx#L6
There should be no empty line within import group
lint: src/AiidaExplorer/GroupsViewer/index.jsx#L3
There should be no empty line within import group
lint: src/AiidaExplorer/index.jsx#L161
React Hook useEffect has missing dependencies: 'breadcrumbs', 'ensureNodeData', and 'extraNodeData'. Either include them or remove the dependency array
lint: src/AiidaExplorer/components/SimplePlot.jsx#L15
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
lint: src/AiidaExplorer/components/SimplePlot.jsx#L15
React Hook useMemo has a missing dependency: 'config'. Either include it or remove the dependency array
lint: src/AiidaExplorer/components/SimplePlot.jsx#L14
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
lint: src/AiidaExplorer/components/SimplePlot.jsx#L14
React Hook useMemo has a missing dependency: 'layout'. Either include it or remove the dependency array
lint: src/AiidaExplorer/components/SimplePlot.jsx#L13
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
lint: src/AiidaExplorer/components/SimplePlot.jsx#L13
React Hook useMemo has a missing dependency: 'data'. Either include it or remove the dependency array
lint: src/AiidaExplorer/VisualiserPane/index.jsx#L54
React Hook useEffect has a missing dependency: 'richVisualiser'. Either include it or remove the dependency array