refactor: 모든 파일에 변경된 eslint 룰 적용 #97
ci.yml
on: pull_request
check-e2e-test
1m 17s
Matrix: Test & Lint
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/
|