Merge pull request #461 from Ironclad/lint-and-prettier-action #931
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
|