Skip to content

Updated Delta 3.2.1 to new RC (#505) #11

Updated Delta 3.2.1 to new RC (#505)

Updated Delta 3.2.1 to new RC (#505) #11

Triggered via push September 25, 2024 15:00
Status Success
Total duration 1m 4s
Artifacts

lint-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: ui/src/App.tsx#L105
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
lint: ui/src/components/modals/DeleteVolumeModal.tsx#L42
React Hook useCallback has missing dependencies: 'catalog' and 'schema'. Either include them or remove the dependency array
lint: ui/src/components/schemas/CreateAssetsDropdown.tsx#L20
'openModal' is assigned a value but never used
lint: ui/src/context/auth-context.tsx#L23
'refetch' is assigned a value but never used
lint: ui/src/context/auth-context.tsx#L41
React Hook useCallback has a missing dependency: 'setNotification'. Either include it or remove the dependency array
lint: ui/src/context/auth-context.tsx#L61
'prevRequest' is assigned a value but never used
lint: ui/src/context/auth-context.tsx#L83
React Hook useMemo has a missing dependency: 'currentUser'. Either include it or remove the dependency array