Skip to content

Add Code Link Plugin and CLI #1488

Add Code Link Plugin and CLI

Add Code Link Plugin and CLI #1488

Triggered via pull request February 2, 2026 12:31
@huntercaronhuntercaron
synchronize #508
code-link
Status Success
Total duration 2m 13s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint: plugins/photobooth/src/App.tsx#L38
React Hook useCallback has a missing dependency: 'animate'. Either include it or remove the dependency array
eslint: plugins/tidyup/src/App.tsx#L672
React Hook useLayoutEffect has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
eslint: plugins/tidyup/src/App.tsx#L371
React Hook useMemo has an unnecessary dependency: 'randomKey'. Either exclude it or remove the dependency array
eslint: plugins/threshold/src/App.tsx#L149
React Hook useEffect has a missing dependency: 'updateCanvas'. Either include it or remove the dependency array
eslint: plugins/threshold/src/App.tsx#L133
React Hook useMemo has missing dependencies: 'maxHeight' and 'maxWidth'. Either include them or remove the dependency array
eslint: plugins/doodles/src/App.tsx#L121
React Hook useCallback has missing dependencies: 'strokeColor' and 'strokeLightInputValue'. Either include them or remove the dependency array. You can also do a functional update 'setStrokeColor(s => ...)' if you only need 'strokeColor' in the 'setStrokeColor' call
eslint: plugins/doodles/src/App.tsx#L114
React Hook useCallback has missing dependencies: 'strokeColor' and 'strokeSaturateInputValue'. Either include them or remove the dependency array. You can also do a functional update 'setStrokeColor(s => ...)' if you only need 'strokeColor' in the 'setStrokeColor' call
eslint: plugins/doodles/src/App.tsx#L107
React Hook useCallback has missing dependencies: 'strokeColor' and 'strokeHueInputValue'. Either include them or remove the dependency array. You can also do a functional update 'setStrokeColor(s => ...)' if you only need 'strokeColor' in the 'setStrokeColor' call
eslint: plugins/doodles/src/App.tsx#L100
React Hook useCallback has a missing dependency: 'strokeInputValue'. Either include it or remove the dependency array
eslint: plugins/color-extract/src/App.tsx#L52
React Hook useEffect has a missing dependency: 'currentSelection'. Either include it or remove the dependency array