Detect file renames without triggering deletions #1735
Annotations
9 errors and 10 warnings
|
biome
Process completed with exit code 1.
|
|
biome
code-link#check-biome: command (/home/runner/work/plugins/plugins/plugins/code-link) /tmp/xfs-abbc3548/yarn run check-biome exited (1)
|
|
eslint
Process completed with exit code 1.
|
|
eslint
code-link#check-eslint: command (/home/runner/work/plugins/plugins/plugins/code-link) /tmp/xfs-569b6b23/yarn run check-eslint exited (1)
|
|
eslint
Unsafe assignment of an `any` value
|
|
eslint
Unsafe assignment of an `any` value
|
|
eslint:
plugins/code-link/src/api.test.ts#L34
Unsafe return of a value of type `any`
|
|
eslint:
plugins/code-link/src/api.test.ts#L34
Unsafe return of a value of type `any[]`
|
|
eslint:
plugins/code-link/src/api.test.ts#L23
Use an `interface` instead of a `type`
|
|
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#L136
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#L129
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#L122
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#L115
React Hook useCallback has a missing dependency: 'strokeInputValue'. Either include it or remove the dependency array
|
|
eslint:
plugins/concentric/src/App.tsx#L139
React Hook useEffect has missing dependencies: 'isAllowedToSetAttributes' and 'state'. Either include them 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/photobooth/src/App.tsx#L38
React Hook useCallback has a missing dependency: 'animate'. Either include it or remove the dependency array
|