Skip to content

Fix lint command in cli #926

Fix lint command in cli

Fix lint command in cli #926

Triggered via push December 11, 2024 23:06
Status Success
Total duration 3m 23s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: packages/core/src/api/createProcessor.ts#L19
Dependency cycle via ./Nodes.js:36=>./nodes/CallGraphNode.js:210
build: packages/core/src/model/GraphProcessor.ts#L36
Dependency cycle via ./nodes/CallGraphNode.js:210=>../../api/createProcessor.js:15
build: packages/core/src/model/Nodes.ts#L210
Dependency cycle via ../../api/createProcessor.js:15=>../model/GraphProcessor.js:19
build: packages/core/src/model/nodes/CallGraphNode.ts#L15
Dependency cycle via ../model/GraphProcessor.js:19=>./Nodes.js:36
build: packages/app/src/hooks/useMenuCommands.ts#L124
React Hook useEffect has a missing dependency: 'setHelpModalOpen'. Either include it or remove the dependency array
build: packages/app/src/hooks/useNodePortPositions.ts#L137
React Hook useCallback has a missing dependency: 'isDraggingNode'. Either include it or remove the dependency array