Skip to content

0.2.2

0.2.2 #38

Triggered via push October 22, 2025 13:08
Status Success
Total duration 38s
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#L162
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