Merge pull request #646 from lishmanTech/invoice #466
CI.yaml
on: push
Format Check
14s
Clippy Lint
1m 12s
Test Suite
1m 23s
Build Check
1m 7s
Backend (NestJS)
33s
Frontend (Next.js)
41s
Annotations
4 errors and 10 warnings
|
Format Check
Process completed with exit code 1.
|
|
Build Check
Process completed with exit code 101.
|
|
Clippy Lint
Process completed with exit code 101.
|
|
Test Suite
Process completed with exit code 101.
|
|
Frontend (Next.js):
frontend/components/auth/RegisterPage.tsx#L83
'_data' is defined but never used
|
|
Frontend (Next.js):
frontend/components/auth/LoginForm.tsx#L40
'isLoading' is defined but never used
|
|
Frontend (Next.js):
frontend/components/auth/LoginForm.tsx#L39
'onBiometricScan' is defined but never used
|
|
Frontend (Next.js):
frontend/components/auth/LoginForm.tsx#L38
'onEmailLogin' is defined but never used
|
|
Frontend (Next.js):
frontend/components/auth/LoginForm.tsx#L16
'Building2' is defined but never used
|
|
Frontend (Next.js):
frontend/components/auth/EmailLoginForm.tsx#L8
'Button' is defined but never used
|
|
Frontend (Next.js):
frontend/app/profile/page.tsx#L133
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Frontend (Next.js):
frontend/app/(auth)/verify-otp/page.tsx#L105
Unexpected any. Specify a different type
|
|
Frontend (Next.js):
frontend/app/(auth)/verify-otp/page.tsx#L89
Unexpected any. Specify a different type
|
|
Frontend (Next.js):
frontend/app/(auth)/verify-otp/page.tsx#L77
Unexpected any. Specify a different type
|