Skip to content

Develop

Develop #4833

Triggered via pull request December 18, 2024 07:42
Status Success
Total duration 39s
Artifacts

lint.yml

on: pull_request
Matrix: run_linter
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
run_linter (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run_linter (20.x): src/components/TodoFilter/TodoFilter.tsx#L30
React Hook useEffect has a missing dependency: 'setTodos'. Either include it or remove the dependency array. If 'setTodos' changes too often, find the parent component that defines it and wrap that definition in useCallback
run_linter (20.x): src/components/TodoModal/TodoModal.tsx#L25
React Hook useEffect has a missing dependency: 'todo'. Either include it or remove the dependency array