fix ruff check #173
ci.yml
on: push
Pre-commit
1m 49s
Backend CI
2m 0s
Frontend CI
1m 28s
Security Scan
16s
Annotations
10 warnings
|
Frontend CI:
frontend/app/(auth)/verify/use-verification.ts#L242
React Hook useEffect has a missing dependency: 'verifyCode'. Either include it or remove the dependency array
|
|
Frontend CI:
frontend/app/(auth)/verify/use-verification.ts#L180
Unexpected any. Specify a different type
|
|
Frontend CI:
frontend/app/(auth)/signup/signup-form.tsx#L111
'buttonClass' is assigned a value but never used
|
|
Frontend CI:
frontend/app/(auth)/signup/signup-form.tsx#L98
'refetchSession' is assigned a value but never used
|
|
Frontend CI:
frontend/app/(auth)/signin/login-form.tsx#L214
React Hook useEffect has a missing dependency: 'handleForgotPassword'. Either include it or remove the dependency array
|
|
Frontend CI:
frontend/app/(auth)/signin/login-form.tsx#L201
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
|
|
Frontend CI:
frontend/app/(auth)/signin/login-form.tsx#L118
'buttonClass' is assigned a value but never used
|
|
Frontend CI:
frontend/app/(auth)/signin/login-form.tsx#L21
'isTruthy' is defined but never used
|
|
Frontend CI:
frontend/app/(auth)/reset-password/reset-password-form.tsx#L157
'buttonClass' is assigned a value but never used
|
|
Frontend CI:
frontend/app/(auth)/reset-password/reset-password-form.tsx#L35
'buttonClass' is assigned a value but never used
|