Detect file renames without triggering deletions #1733
Annotations
3 errors and 10 warnings
|
test
Process completed with exit code 1.
|
|
biome
Process completed with exit code 1.
|
|
biome
code-link#check-biome: command (/home/runner/work/plugins/plugins/plugins/code-link) /tmp/xfs-e6c41607/yarn run check-biome exited (1)
|
|
eslint:
plugins/ascii/src/hooks/use-glb-texture.tsx#L618
React Hook useCallback has missing dependencies: 'camera' and 'controls'. Either include them or remove the dependency array
|
|
eslint:
plugins/ascii/src/hooks/use-characters-atlas-texture.ts#L64
React Hook useEffect has a missing dependency: 'debug'. Either include it or remove the dependency array
|
|
eslint:
plugins/ascii/src/hooks/use-characters-atlas-texture.ts#L47
React Hook useEffect has a missing dependency: 'size'. Either include it or remove the dependency array
|
|
eslint:
plugins/ascii/src/App.tsx#L117
React Hook useEffect has a missing dependency: 'setResolution'. Either include it or remove the dependency array
|
|
eslint:
plugins/dither/src/use-image-texture.tsx#L27
React Hook useEffect has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
|
|
eslint:
plugins/dither/src/use-image-texture.tsx#L27
React Hook useEffect has a missing dependency: 'onUpdate'. Either include it or remove the dependency array. If 'onUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
eslint:
plugins/dither/src/use-gradient-texture.ts#L15
Assignments to the 'quantization' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
|
eslint:
plugins/dither/src/App.tsx#L149
React Hook useCallback has an unnecessary dependency: 'resolution'. Either exclude it or remove the dependency array
|
|
eslint:
plugins/dither/src/App.tsx#L120
React Hook useEffect has a missing dependency: 'mesh'. Either include it or remove the dependency array
|
|
eslint:
plugins/dither/src/App.tsx#L65
React Hook useEffect has a missing dependency: 'gl'. Either include it or remove the dependency array
|