Skip to content

Conversion scripts from NRRD to precomputed #192

Conversion scripts from NRRD to precomputed

Conversion scripts from NRRD to precomputed #192

Triggered via pull request January 29, 2026 16:41
Status Success
Total duration 1m 32s
Artifacts

run-eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
eslint: applications/virtual-fly-brain/frontend/src/shared/subHeader/SearchBuilder.jsx#L306
React Hook React.useEffect has a missing dependency: 'value'. Either include it or remove the dependency array
eslint: applications/virtual-fly-brain/frontend/src/shared/subHeader/SearchBuilder.jsx#L298
React Hook React.useEffect has a missing dependency: 'handleFocused'. Either include it or remove the dependency array
eslint: applications/virtual-fly-brain/frontend/src/shared/subHeader/SearchBuilder.jsx#L294
React Hook React.useEffect has a missing dependency: 'handleFocused'. Either include it or remove the dependency array
eslint: applications/virtual-fly-brain/frontend/src/shared/subHeader/SearchBuilder.jsx#L269
React Hook React.useMemo has a missing dependency: 'handleSearch'. Either include it or remove the dependency array
eslint: applications/virtual-fly-brain/frontend/src/shared/subHeader/QueriesSelection/index.jsx#L19
React Hook React.useEffect has a missing dependency: 'queriesRequested'. Either include it or remove the dependency array
eslint: applications/virtual-fly-brain/frontend/src/shared/header/index.jsx#L211
Assignments to the 'menuConfig' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
eslint: applications/virtual-fly-brain/frontend/src/components/queryBuilder/index.jsx#L70
React Hook React.useEffect has a missing dependency: 'page'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setHistoryItems' needs the current value of 'page'
eslint: applications/virtual-fly-brain/frontend/src/components/queryBuilder/History.jsx#L32
React Hook useEffect has missing dependencies: 'filters' and 'initialFilters.filters'. Either include them or remove the dependency array. You can also do a functional update 'setFilters(f => ...)' if you only need 'filters' in the 'setFilters' call
eslint: applications/virtual-fly-brain/frontend/src/components/VFBDownloadContents/VFBDownloadContents.jsx#L160
React Hook React.useEffect has missing dependencies: 'getAllLoadedVariables' and 'state'. Either include them or remove the dependency array. You can also do a functional update 'setState(s => ...)' if you only need 'state' in the 'setState' call