Skip to content

fix(gitGraph): honor showBranches config to hide branch lines and labels (#6535) #3073

fix(gitGraph): honor showBranches config to hide branch lines and labels (#6535)

fix(gitGraph): honor showBranches config to hide branch lines and labels (#6535) #3073

Triggered via pull request May 3, 2025 07:40
Status Success
Total duration 4m 8s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/journey.spec.js#L217
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
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
autofix: cypress/helpers/util.ts#L64
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
autofix: cypress/helpers/util.ts#L25
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator