Skip to content

require eslint for PRs #4

require eslint for PRs

require eslint for PRs #4

Triggered via pull request May 10, 2024 21:33
@ritchritch
synchronize #4391
eslint-ci
Status Failure
Total duration 2m 36s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
eslint
Process completed with exit code 1.
eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
eslint: app/packages/operators/babel.config.js#L1
'module' is not defined
eslint: app/packages/operators/src/OperatorInvocationRequestExecutor.tsx#L36
React Hook useEffect has missing dependencies: 'executor', 'queueItem.callback', 'queueItem.request?.options', and 'queueItem.request.params'. Either include them or remove the dependency array
eslint: app/packages/operators/src/built-in-operators.ts#L50
'state' is defined but never used. Allowed unused args must match /^_/u
eslint: app/packages/operators/src/built-in-operators.ts#L112
'ctx' is defined but never used. Allowed unused args must match /^_/u
eslint: app/packages/operators/src/built-in-operators.ts#L136
React Hook "usePanels" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
eslint: app/packages/operators/src/built-in-operators.ts#L137
React Hook "useSpaces" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
eslint: app/packages/operators/src/built-in-operators.ts#L138
React Hook "useSpaceNodes" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
eslint: app/packages/operators/src/built-in-operators.ts#L185
React Hook "usePanels" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
eslint: app/packages/operators/src/built-in-operators.ts#L186
React Hook "useSpaceNodes" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
eslint: app/packages/operators/src/built-in-operators.ts#L187
React Hook "useOperatorExecutor" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function