Skip to content

Support double pressing forwards to sprint (#170) #276

Support double pressing forwards to sprint (#170)

Support double pressing forwards to sprint (#170) #276

Triggered via push August 7, 2023 23:48
Status Failure
Total duration 37s
Artifacts

swiftlint.yml

on: push
swift-lint
23s
swift-lint
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
swift-lint: Sources/Core/Sources/ECS/Singles/InputState.swift#L119
There should be a space after // (comments_space)
swift-lint
Process completed with exit code 2.
swift-lint: Package.swift#L46
Collection literals should not have trailing commas. (trailing_comma)
swift-lint: Package.swift#L54
Collection literals should not have trailing commas. (trailing_comma)
swift-lint: Sources/Core/Renderer/Mesh/BlockNeighbour.swift#L18
Function body should span 50 lines or less excluding comments and whitespace: currently spans 72 lines (function_body_length)
swift-lint: Sources/Core/Renderer/Mesh/ChunkSectionMeshBuilder.swift#L350
`where` clauses are preferred over a single `if` inside a `for`. (for_where)
swift-lint: Sources/Core/Renderer/Mesh/ChunkSectionMeshBuilder.swift#L111
Function body should span 50 lines or less excluding comments and whitespace: currently spans 64 lines (function_body_length)
swift-lint: Sources/Core/Renderer/Mesh/ChunkSectionMeshBuilder.swift#L217
Function should have 8 parameters or less: it currently has 9 (function_parameter_count)
swift-lint: Sources/Core/Renderer/Mesh/ChunkSectionMeshBuilder.swift#L10
Type body should span 300 lines or less excluding comments and whitespace: currently spans 306 lines (type_body_length)
swift-lint: Sources/Core/Renderer/Mesh/FluidMeshBuilder.swift#L5
Type body should span 300 lines or less excluding comments and whitespace: currently spans 321 lines (type_body_length)
swift-lint: Sources/Core/Renderer/Util/MetalUtil.swift#L124
`where` clauses are preferred over a single `if` inside a `for`. (for_where)
swift-lint: Sources/Core/Renderer/Camera/Frustum.swift#L34
`where` clauses are preferred over a single `if` inside a `for`. (for_where)