Skip to content

Triggered by push to refs/heads/main by @BK1031 #236

Triggered by push to refs/heads/main by @BK1031

Triggered by push to refs/heads/main by @BK1031 #236

Triggered via push November 7, 2024 21:48
Status Failure
Total duration 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Lint: dashboard/src/components/Header.tsx#L3
'Button' is defined but never used
Lint: dashboard/src/components/Header.tsx#L8
'DropdownMenuRadioGroup' is defined but never used
Lint: dashboard/src/components/Header.tsx#L9
'DropdownMenuRadioItem' is defined but never used
Lint: dashboard/src/components/Header.tsx#L13
'currentVehicle' is defined but never used
Lint: dashboard/src/components/Header.tsx#L27
'selectVehicle' is defined but never used
Lint: dashboard/src/components/Header.tsx#L27
'vehicleId' is defined but never used
Lint: dashboard/src/consts/config.tsx#L11
'InverterRawWidget' is defined but never used
Lint: dashboard/src/main.tsx#L18
'SteeringWheelPage' is defined but never used
Lint: dashboard/src/models/gr24/acu.tsx#L438
'init' is never reassigned. Use 'const' instead
Lint: dashboard/src/pages/gr24/acu/ACUPage.tsx#L7
'bcmLiveWidgets' is defined but never used
Build
'Button' is declared but its value is never read.
Build
'DropdownMenuRadioGroup' is declared but its value is never read.
Build
'DropdownMenuRadioItem' is declared but its value is never read.
Build
'currentVehicle' is declared but its value is never read.
Build
'selectVehicle' is declared but its value is never read.
Build
'vehicleId' is declared but its value is never read.
Build
'InverterRawWidget' is declared but its value is never read.
Build
'SteeringWheelPage' is declared but its value is never read.
Build
Cannot find module './pages/gr24/steering_wheel/SteeringWheelPage.tsx' or its corresponding type declarations.
Build
Element implicitly has an 'any' type because expression of type '`cell${number}_voltage`' can't be used to index type 'ACU'.