This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Pramudi #25
buildtest.yaml
on: pull_request
Install, Lint and Build
18s
Annotations
8 errors and 3 warnings
|
Install, Lint and Build
Process completed with exit code 1.
|
|
Install, Lint and Build:
src/app/dashboard/vehicles/page.tsx#L37
Unexpected any. Specify a different type
|
|
Install, Lint and Build:
src/app/dashboard/vehicles/page.tsx#L22
Unexpected any. Specify a different type
|
|
Install, Lint and Build:
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L54
Unexpected any. Specify a different type
|
|
Install, Lint and Build:
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L40
Unexpected any. Specify a different type
|
|
Install, Lint and Build:
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L29
Unexpected any. Specify a different type
|
|
Install, Lint and Build:
src/app/components/EditVehicleForm.tsx#L39
Unexpected any. Specify a different type
|
|
Install, Lint and Build:
src/app/components/AddVehicleForm.tsx#L32
Unexpected any. Specify a different type
|
|
Install, Lint and Build:
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L120
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
|
|
Install, Lint and Build:
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L103
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
|
|
Install, Lint and Build:
src/app/dashboard/vehicles/[vehicleId]/page.tsx#L21
React Hook useEffect has missing dependencies: 'loadServiceHistory' and 'loadVehicleDetails'. Either include them or remove the dependency array
|