Skip to content

Parse whole EntityMetadataPacket and use metadata to avoid applying v… #431

Parse whole EntityMetadataPacket and use metadata to avoid applying v…

Parse whole EntityMetadataPacket and use metadata to avoid applying v… #431

Triggered via push June 7, 2024 08:57
Status Success
Total duration 22s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
swift-lint: Package.swift#L23
Collection literals should not have trailing commas. (trailing_comma)
swift-lint: Package.swift#L41
Collection literals should not have trailing commas. (trailing_comma)
swift-lint: Package.swift#L60
Collection literals should not have trailing commas. (trailing_comma)
swift-lint: Package.swift#L70
Collection literals should not have trailing commas. (trailing_comma)
swift-lint: Package.swift#L93
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#L362
`where` clauses are preferred over a single `if` inside a `for`. (for_where)
swift-lint: Sources/Core/Renderer/Mesh/ChunkSectionMeshBuilder.swift#L112
Function body should span 50 lines or less excluding comments and whitespace: currently spans 74 lines (function_body_length)
swift-lint: Sources/Core/Renderer/Mesh/ChunkSectionMeshBuilder.swift#L228
Function should have 8 parameters or less: it currently has 9 (function_parameter_count)
swift-lint: Sources/Core/Renderer/Mesh/ChunkSectionMeshBuilder.swift#L9
Type body should span 300 lines or less excluding comments and whitespace: currently spans 323 lines (type_body_length)