Triggered by push to refs/heads/bk1031/gh-actions by @BK1031 #2
Annotations
21 errors and 6 warnings
Prettier Check
Process completed with exit code 1.
|
Build
'checkCredentials' is declared but its value is never read.
|
Build
'forceUpdate' is declared but its value is never read.
|
Build
'connected' is declared but its value is never read.
|
Build
'pingResponse' is declared but its value is never read.
|
Build
'Button' is declared but its value is never read.
|
Build
'DropdownMenuLabel' is declared but its value is never read.
|
Build
Could not find a declaration file for module 'crypto-js'. '/home/runner/work/Mapache/Mapache/dashboard/node_modules/crypto-js/index.js' implicitly has an 'any' type.
|
Build
'setUser' is declared but its value is never read.
|
Build
'axios' is declared but its value is never read.
|
Build
All imports in import declaration are unused.
|
Lint:
dashboard/src/App.tsx#L14
'checkCredentials' is defined but never used
|
Lint:
dashboard/src/App.tsx#L18
'forceUpdate' is assigned a value but never used
|
Lint:
dashboard/src/App.tsx#L20
'connected' is assigned a value but never used
|
Lint:
dashboard/src/App.tsx#L21
'pingResponse' is assigned a value but never used
|
Lint:
dashboard/src/App.tsx#L21
Unexpected any. Specify a different type
|
Lint:
dashboard/src/App.tsx#L72
Unexpected any. Specify a different type
|
Lint:
dashboard/src/App.tsx#L93
Unexpected any. Specify a different type
|
Lint:
dashboard/src/components/DashboardHeader.tsx#L3
'Button' is defined but never used
|
Lint:
dashboard/src/components/DashboardHeader.tsx#L8
'DropdownMenuLabel' is defined but never used
|
Lint:
dashboard/src/consts/config.tsx#L3
Unexpected var, use let or const instead
|
Lint:
dashboard/src/App.tsx#L35
React Hook React.useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
|
Lint:
dashboard/src/components/ui/button.tsx#L56
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint:
dashboard/src/pages/auth/RegisterPage.tsx#L31
React Hook React.useEffect has a missing dependency: 'checkCredentials'. Either include it or remove the dependency array
|
Lint:
dashboard/src/pages/dashboard/DashboardPage.tsx#L21
React Hook React.useEffect has a missing dependency: 'init'. Either include it or remove the dependency array
|
Lint:
dashboard/src/pages/gr24/pedal/PedalDetailsPage.tsx#L43
React Hook React.useEffect has missing dependencies: 'init' and 'messageHistory.length'. Either include them or remove the dependency array
|
Lint:
dashboard/src/pages/gr24/pedal/PedalDetailsPage.tsx#L45
React Hook useCallback has a missing dependency: 'sendMessage'. Either include it or remove the dependency array
|