Skip to content

chore: unify-binaries-reading-and-download #490

chore: unify-binaries-reading-and-download

chore: unify-binaries-reading-and-download #490

Triggered via pull request September 13, 2024 14:47
Status Success
Total duration 29s
Artifacts

lint.yml

on: pull_request
Run linters
17s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Run linters: src/hooks/mining/useMiningUiStateMachine.ts#L35
React Hook useEffect has missing dependencies: 'handleStart', 'isAutoMiningEnabled', and 'isMiningEnabled'. Either include them or remove the dependency array
Run linters: src/hooks/mining/useMiningUiStateMachine.ts#L37
Unexpected console statement
Run linters: src/hooks/mining/useMiningUiStateMachine.ts#L54
React Hook useEffect has an unnecessary dependency: 'window.glApp.stateManager.statusIndex'. Either exclude it or remove the dependency array. Outer scope values like 'window.glApp.stateManager.statusIndex' aren't valid dependencies because mutating them doesn't re-render the component