Skip to content

Include UC UI in Quick Start (#442) #4

Include UC UI in Quick Start (#442)

Include UC UI in Quick Start (#442) #4

Triggered via push September 9, 2024 22:13
Status Success
Total duration 51s
Artifacts

lint-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: ui/src/App.tsx#L3
'Avatar' is defined but never used
lint: ui/src/App.tsx#L5
'Dropdown' is defined but never used
lint: ui/src/App.tsx#L27
'Login' is defined but never used
lint: ui/src/App.tsx#L29
'UserOutlined' is defined but never used
lint: ui/src/App.tsx#L66
'loggedIn' is assigned a value but never used
lint: ui/src/App.tsx#L68
'profileMenuItems' is assigned a value but never used
lint: ui/src/App.tsx#L94
React Hook useMemo has missing dependencies: 'logout' and 'navigate'. Either include them or remove the dependency array
lint: ui/src/components/login/KeycloakAuthButton.tsx#L4
'useState' is defined but never used
lint: ui/src/components/modals/DeleteFunctionModal.tsx#L45
React Hook useCallback has missing dependencies: 'catalog' and 'schema'. Either include them or remove the dependency array
lint: ui/src/components/modals/DeleteTableModal.tsx#L49
React Hook useCallback has missing dependencies: 'navigate' and 'setNotification'. Either include them or remove the dependency array