Skip to content

feat: 원활한 채팅 기능 개발을 위한 초안 작업 #111

feat: 원활한 채팅 기능 개발을 위한 초안 작업

feat: 원활한 채팅 기능 개발을 위한 초안 작업 #111

Triggered via pull request November 10, 2023 19:15
Status Success
Total duration 32s
Artifacts

lint-check.yml

on: pull_request
eslint test
23s
eslint test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
eslint test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
eslint test: src/api/helper.ts#L8
Unexpected any. Specify a different type
eslint test: src/components/domains/auth/AddressFinderModal.tsx#L101
React Hook useEffect has a missing dependency: 'fetchAddresses'. Either include it or remove the dependency array
eslint test: src/components/domains/auth/VerificationDrawer.tsx#L71
React Hook useEffect has a missing dependency: 'sendCode'. Either include it or remove the dependency array
eslint test: src/components/domains/auth/VerificationInput.tsx#L78
React Hook useEffect has a missing dependency: 'inputRef'. Either include it or remove the dependency array
eslint test: src/hooks/useDebounce.ts#L3
Unexpected any. Specify a different type
eslint test: src/hooks/useFetch.tsx#L43
React Hook useEffect has a missing dependency: 'refetch'. Either include it or remove the dependency array
eslint test: src/hooks/useGeoAlert.tsx#L14
React Hook useEffect has a missing dependency: 'startGeoTracking'. Either include it or remove the dependency array
eslint test: src/hooks/useGeoAlert.tsx#L49
React Hook useEffect has missing dependencies: 'errorToastId', 'toast', and 'warningToastId'. Either include them or remove the dependency array
eslint test: src/hooks/usePagination.ts#L95
React Hook useEffect has missing dependencies: 'fetchData', 'initialRequest', and 'setSearchParams'. Either include them or remove the dependency array
eslint test: src/pages/auth/oauth-redirect/page.tsx#L9
React Hook useEffect has a missing dependency: 'code'. Either include it or remove the dependency array