Skip to content

feat: add validator pkg functionality #9

feat: add validator pkg functionality

feat: add validator pkg functionality #9

Triggered via push July 8, 2024 12:00
Status Failure
Total duration 29s
Artifacts

ci-ui.yaml

on: push

Annotations

6 errors and 7 warnings
Lint: modules/web/src/components/auth/SignupForm.tsx#L19
'confirmPassword' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint: modules/web/src/components/common/FormInput.tsx#L6
Unexpected any. Specify a different type
Lint: modules/web/src/components/common/FormInput.tsx#L7
Unexpected any. Specify a different type
Lint: modules/web/src/hooks/useLogout.ts#L7
Unexpected empty object pattern
Lint: modules/web/src/utils/error.ts#L8
Unexpected any. Specify a different type
Lint
Process completed with exit code 1.
Lint: modules/web/src/components/ui/badge.tsx#L36
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint: modules/web/src/components/ui/button.tsx#L56
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Lint: modules/web/src/hooks/useHandleNavigate.ts#L11
React Hook useEffect has missing dependencies: 'navigate' and 'to'. Either include them or remove the dependency array
Lint: modules/web/src/hooks/useResetPassword.ts#L27
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
Lint: modules/web/src/hooks/useToast.tsx#L46
React Hook useEffect has missing dependencies: 'error', 'errorToast', 'isError', 'loaderToast', 'successMessage', and 'successToast'. Either include them or remove the dependency array
Lint: modules/web/src/hooks/useUpdateLogin.tsx#L13
React Hook useEffect has missing dependencies: 'data' and 'dispatch'. Either include them or remove the dependency array
Lint: modules/web/src/pages/ResetPasswordPage.tsx#L18
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array