Skip to content

add local actors or object #2306

add local actors or object

add local actors or object #2306

Triggered via pull request October 16, 2024 15:24
Status Failure
Total duration 56s
Artifacts

swiftlint.yml

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

Annotations

8 errors and 1 warning
SwiftLint: src/Catty/Setup/CatrobatSetup+Bricks.swift#L134
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
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/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodePenExtension.swift#L27
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
SwiftLint: src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodePenExtension.swift#L52
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
SwiftLint: src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodePenExtension.swift#L26
Unused Enumerated Violation: When the index is not used, `.enumerated()` can be removed (unused_enumerated)
SwiftLint: src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodePenExtension.swift#L42
Unused Enumerated Violation: When the index is not used, `.enumerated()` can be removed (unused_enumerated)
SwiftLint: src/Catty/DataModel/Configuration/PenConfiguration.swift#L46
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
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/