Skip to content

not done

not done #2927

Triggered via pull request October 10, 2023 07:11
Status Success
Total duration 2m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

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

Annotations

8 warnings
run_linter (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run_linter (14.x): src/App.tsx#L33
React Hook useEffect has missing dependencies: 'filterBy', 'setError', 'setIsLoadingContext', and 'setTodosContext'. Either include them or remove the dependency array
run_linter (14.x): src/components/FooterTodo.tsx#L15
React Hook useMemo has an unnecessary dependency: 'todos.length'. Either exclude it or remove the dependency array
run_linter (14.x): src/providers/AppProvider.tsx#L92
React Hook useCallback has missing dependencies: 'setError' and 'setTitleContext'. Either include them or remove the dependency array
run_linter (14.x): src/providers/AppProvider.tsx#L109
React Hook useCallback has a missing dependency: 'setError'. Either include it or remove the dependency array
run_linter (14.x): src/providers/AppProvider.tsx#L135
React Hook useCallback has a missing dependency: 'setError'. Either include it or remove the dependency array
run_linter (14.x): src/providers/AppProvider.tsx#L160
React Hook useCallback has a missing dependency: 'setError'. Either include it or remove the dependency array
run_linter (14.x): src/providers/AppProvider.tsx#L188
React Hook useCallback has missing dependencies: 'setError' and 'title'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setTodos' needs the current value of 'title'