Skip to content

refactor: 모든 파일에 변경된 eslint 룰 적용 #97

refactor: 모든 파일에 변경된 eslint 룰 적용

refactor: 모든 파일에 변경된 eslint 룰 적용 #97

Triggered via pull request December 24, 2023 14:00
Status Success
Total duration 1m 24s
Artifacts

ci.yml

on: pull_request
Matrix: Test & Lint
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Test & Lint (18.17.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test & Lint (18.17.1): src/App.jsx#L62
React Hook useEffect has missing dependencies: 'checkUser' and 'user'. Either include them or remove the dependency array
Test & Lint (18.17.1): src/components/auth/LoginForm.jsx#L48
React Hook useEffect has a missing dependency: 'checkCallback'. Either include it or remove the dependency array
Test & Lint (18.17.1): src/components/auth/LoginForm.jsx#L55
React Hook useEffect has missing dependencies: 'resetAuthFormState' and 'successSnackbar'. Either include them or remove the dependency array
Test & Lint (18.17.1): src/components/auth/RegisterForm.jsx#L49
React Hook useEffect has a missing dependency: 'setLoginVisible'. Either include it or remove the dependency array
Test & Lint (18.17.1): src/components/common/AuthStatusSnackbar.jsx#L30
React Hook useEffect has missing dependencies: 'enqueueSnackbar' and 'resetState'. Either include them or remove the dependency array
Test & Lint (18.17.1): src/components/common/AuthStatusSnackbar.jsx#L40
React Hook useEffect has missing dependencies: 'enqueueSnackbar' and 'resetState'. Either include them or remove the dependency array
Test & Lint (18.17.1): src/components/common/AuthStatusSnackbar.jsx#L50
React Hook useEffect has missing dependencies: 'enqueueSnackbar' and 'resetUserState'. Either include them or remove the dependency array
Test & Lint (18.17.1): src/components/common/InjectTestingRecoilState.jsx#L39
React Hook useEffect has missing dependencies: 'auth', 'authResult', 'filter', 'isLoading', 'setAuthResultState', 'setAuthState', 'setFilterState', 'setLoadingState', 'setThemeState', 'setTodosState', 'setUserState', 'theme', 'todos', and 'user'. Either include them or remove the dependency array
Test & Lint (18.17.1): src/components/common/TodoStatusSnackbar.jsx#L27
React Hook useEffect has missing dependencies: 'enqueueSnackbar' and 'resetState'. Either include them or remove the dependency array
Test & Lint (18.17.1): src/components/common/TodoStatusSnackbar.jsx#L37
React Hook useEffect has missing dependencies: 'enqueueSnackbar' and 'resetState'. Either include them or remove the dependency array
check-e2e-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/