Skip to content

UI Checkstyle

UI Checkstyle #29303

Triggered via merge group September 9, 2026 10:04
Status Success
Total duration 3m 55s
Artifacts

ui-checkstyle.yml

on: merge_group
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
checkstyle: openmetadata-ui/src/main/resources/ui/src/hooks/useCanvasEdgeRenderer.ts#L516
React Hook useEffect has a missing dependency: 'scheduleRedraw'. Either include it or remove the dependency array
checkstyle: openmetadata-ui/src/main/resources/ui/src/hooks/useCanvasEdgeRenderer.ts#L409
React Hook useCallback has unnecessary dependencies: 'isEditMode' and 'nodes'. Either exclude them or remove the dependency array
checkstyle: openmetadata-ui/src/main/resources/ui/src/hooks/useCanvasEdgeRenderer.ts#L289
React Hook useCallback has a missing dependency: 'getNode'. Either include it or remove the dependency array
checkstyle: openmetadata-ui/src/main/resources/ui/src/components/Entity/EntityLineage/CanvasEdgeRenderer.component.tsx#L152
React Hook useMemo has an unnecessary dependency: 'nodes'. Either exclude it or remove the dependency array