Skip to content

CATTY-727 Implement minimal functionallity for SVG Plot creation #2295

CATTY-727 Implement minimal functionallity for SVG Plot creation

CATTY-727 Implement minimal functionallity for SVG Plot creation #2295

Re-run triggered September 2, 2024 13:14
Status Failure
Total duration 46s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
34s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
SwiftLint: src/Catty/StopPlotBrick+Instructions.swift#L36
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
SwiftLint: src/Catty/DataStructures/3rdParty/Stack/CBStack.swift#L55
Redundant Type Annotation Violation: Variables should not have redundant type annotation (redundant_type_annotation)
SwiftLint: src/Catty/PlayerEngine/Instructions/Pen/PenUpBrick+Instruction.swift#L36
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
SwiftLint: src/Catty/PlayerEngine/DataModel/DashedLineShapeNode.swift#L32
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: src/Catty/PlayerEngine/DataModel/DashedLineShapeNode.swift#L38
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: src/Catty/Setup/CatrobatSetup+Bricks.swift#L134
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
SwiftLint: src/Catty/Setup/CatrobatSetup+Bricks.swift#L173
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: src/Catty/SavePlotSVGBrick+Instructions.swift#L55
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: src/Catty/SavePlotSVGBrick+Instructions.swift#L55
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: src/Catty/SavePlotSVGBrick+Instructions.swift#L55
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/