feat: Attempt to use elk to layout graph. Add custom connections #123
ci.yaml
on: pull_request
Verify Files
2m 4s
Tests
36s
Annotations
11 errors and 12 warnings
Tests
Process completed with exit code 1.
|
|
Verify Files:
src/components/canvas/EventedComponent/EventedComponent.ts#L30
Replace `⏎····events:·string[],⏎····cbOrObject:·TEventedComponentListener·=·this,⏎··` with `events:·string[],·cbOrObject:·TEventedComponentListener·=·this`
|
|
|
Verify Files:
src/components/canvas/EventedComponent/EventedComponent.ts#L60
Replace `'function'` with `"function"`
|
|
|
Verify Files:
src/components/canvas/GraphComponent/index.tsx#L10
Replace `⏎export·type·GraphComponentContext·=·TComponentContext·&` with `export·type·GraphComponentContext·=·TComponentContext·&⏎·`
|
|
Verify Files:
src/components/canvas/GraphComponent/index.tsx#L13
Replace `}` with `··};`
|
Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Verify Files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Verify Files:
src/components/canvas/EventedComponent/EventedComponent.ts#L59
Expected return with your callback function
|
Verify Files:
src/components/canvas/blocks/Blocks.ts#L17
Unexpected any. Specify a different type
|
Verify Files:
src/components/canvas/blocks/controllers/BlockController.ts#L48
'block' is already declared in the upper scope on line 18 column 15
|
Verify Files:
src/components/canvas/connections/BatchPath2D/index.tsx#L21
'path' is already declared in the upper scope on line 19 column 11
|
Verify Files:
src/lib/CoreComponent.ts#L7
Unexpected any. Specify a different type
|
Verify Files:
src/lib/tshelpers.ts#L1
Unexpected any. Specify a different type
|
Verify Files:
src/plugins/minimap/layer.ts#L107
Method 'drawCameraBorderFrame' has a complexity of 31. Maximum allowed is 20
|
Verify Files:
src/react-component/Block.tsx#L42
Expected to return a value at the end of arrow function
|
Verify Files:
src/react-component/Block.tsx#L57
Arrow function expected no return value
|
Verify Files:
src/react-component/BlocksList.tsx#L32
Arrow function expected no return value
|