Skip to content

feat(1624): first draft, prototype of context map grammar and diagram #2198

feat(1624): first draft, prototype of context map grammar and diagram

feat(1624): first draft, prototype of context map grammar and diagram #2198

Triggered via pull request March 4, 2025 22:33
Status Failure
Total duration 4m 9s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
autofix
Process completed with exit code 1.
autofix: packages/parser/tests/contextMap.test.ts#L8
'ContextMapLink' is defined but never used. Allowed unused vars must match /^_/u
autofix: packages/parser/tests/contextMap.test.ts#L7
'ContextMapNode' is defined but never used. Allowed unused vars must match /^_/u
autofix: packages/mermaid/src/diagrams/context-map/contextMapParser.ts#L1
'ContextMapNode' is defined but never used. Allowed unused vars must match /^_/u
autofix: packages/mermaid/src/diagrams/context-map/contextMapParser.ts#L1
'ContextMapLink' is defined but never used. Allowed unused vars must match /^_/u
autofix: packages/mermaid-layout-elk/src/render.ts#L126
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L124
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L123
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L116
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L115
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L40
Unexpected any. Specify a different type
autofix: packages/mermaid-layout-elk/src/render.ts#L39
Unexpected any. Specify a different type
autofix: packages/mermaid-example-diagram/src/types/index.d.ts#L5
Unexpected any. Specify a different type
autofix: cypress/integration/rendering/imageShape.spec.ts#L15
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
autofix: cypress/integration/rendering/iconShape.spec.ts#L17
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read