Merge branch 'master' of github.com:atlas-bi/System #66
test.yml
on: push
✓ ShellCheck
17s
⬣ ESLint
2m 8s
ʦ TypeScript
2m 0s
⚡ Vitest
1m 58s
⚫️ Cypress
1m 47s
Annotations
22 errors and 10 warnings
✓ ShellCheck
Process completed with exit code 1.
|
⚫️ Cypress
Process completed with exit code 1.
|
ʦ TypeScript:
app/components/charts/DateFilter.tsx#L13
Binding element 'value' implicitly has an 'any' type.
|
ʦ TypeScript:
app/components/charts/DateFilter.tsx#L13
Binding element 'onChange' implicitly has an 'any' type.
|
ʦ TypeScript:
app/components/charts/cpuChart.tsx#L38
Binding element 'speed' implicitly has an 'any' type.
|
ʦ TypeScript:
app/components/charts/cpuChart.tsx#L39
Binding element 'unit' implicitly has an 'any' type.
|
ʦ TypeScript:
app/components/charts/cpuChart.tsx#L40
Binding element 'setUnit' implicitly has an 'any' type.
|
ʦ TypeScript:
app/components/charts/cpuChart.tsx#L41
Binding element 'fetcherState' implicitly has an 'any' type.
|
ʦ TypeScript:
app/components/charts/cpuChart.tsx#L42
Binding element 'data' implicitly has an 'any' type.
|
ʦ TypeScript:
app/components/charts/cpuChart.tsx#L43
Binding element 'startDate' implicitly has an 'any' type.
|
ʦ TypeScript:
app/components/charts/cpuChart.tsx#L44
Binding element 'endDate' implicitly has an 'any' type.
|
ʦ TypeScript:
app/components/charts/cpuChart.tsx#L48
Property 'mouse' does not exist on type 'TooltipPositionerMap'.
|
⬣ ESLint:
app/components/charts/DateFilter.tsx#L5
'SelectItem' is defined but never used
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L3
'bytes' is defined but never used
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L32
Import in body of module; reorder to top
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L33
Import in body of module; reorder to top
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L33
'H2' is defined but never used
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L34
Import in body of module; reorder to top
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L35
Import in body of module; reorder to top
|
⬣ ESLint:
app/components/charts/driveChart.tsx#L32
Import in body of module; reorder to top
|
⬣ ESLint:
app/components/charts/driveChart.tsx#L33
Import in body of module; reorder to top
|
⬣ ESLint:
app/components/charts/driveChart.tsx#L34
Import in body of module; reorder to top
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L4
Import "ChartData" is only used as types
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L134
React Hook useCallback has missing dependencies: 'endDate', 'speed', and 'startDate'. Either include them or remove the dependency array
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L142
React Hook useEffect has a missing dependency: 'emptyDataset'. Either include it or remove the dependency array
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L198
React Hook useEffect has missing dependencies: 'getOptions' and 'speed'. Either include them or remove the dependency array
|
⬣ ESLint:
app/components/charts/cpuChart.tsx#L209
React Hook useEffect has missing dependencies: 'url' and 'usageFetcher'. Either include them or remove the dependency array
|
⬣ ESLint:
app/components/charts/driveChart.tsx#L4
Import "ChartData" is only used as types
|
⬣ ESLint:
app/components/charts/driveChart.tsx#L115
React Hook useEffect has missing dependencies: 'url' and 'usageFetcher'. Either include them or remove the dependency array
|
⬣ ESLint:
app/components/charts/driveChart.tsx#L121
React Hook useEffect has a missing dependency: 'emptyDataset'. Either include it or remove the dependency array
|
⬣ ESLint:
app/components/charts/driveChart.tsx#L184
React Hook useEffect has a missing dependency: 'getOptions'. Either include it or remove the dependency array
|
⬣ ESLint:
app/components/charts/driveDoughnut.tsx#L3
Import "ChartData" is only used as types
|