CI #9
Annotations
15 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/appliers/list/transition/index.ts#L54
Unnecessary conditional, value is always falsy
|
src/index.ts#L23
This line has a length of 137. Maximum allowed is 120
|
src/index.ts#L99
The '{ id: this.getPortId(id, key, 'input'), width: portWidth, height: portHeight, x, y, properties: { side } } as ElkPort' has unsafe 'as' type assertion
|
src/index.ts#L123
The '{ id: this.getPortId(id, key, 'output'), width: portWidth, height: portHeight, x, y, properties: { side } } as ElkPort' has unsafe 'as' type assertion
|
src/index.ts#L136
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/index.ts#L215
The type of 'error' is 'any'
|
src/index.ts#L221
The type of 'error' is 'any'
|
src/appliers/list/transition/index.ts#L54
Unnecessary conditional, value is always falsy
|
src/index.ts#L23
This line has a length of 137. Maximum allowed is 120
|
src/index.ts#L99
The '{ id: this.getPortId(id, key, 'input'), width: portWidth, height: portHeight, x, y, properties: { side } } as ElkPort' has unsafe 'as' type assertion
|
src/index.ts#L123
The '{ id: this.getPortId(id, key, 'output'), width: portWidth, height: portHeight, x, y, properties: { side } } as ElkPort' has unsafe 'as' type assertion
|
src/index.ts#L136
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/index.ts#L215
The type of 'error' is 'any'
|
src/index.ts#L221
The type of 'error' is 'any'
|
The logs for this run have expired and are no longer available.
Loading