Skip to content

Initial commit

Initial commit #3

Triggered via push August 8, 2024 20:06
Status Failure
Total duration 20s
Billable time 1m
Artifacts

swiftlint.yml

on: push
swiftlint
10s
swiftlint
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
swiftlint: Package.swift#L16
Collection literals should not have trailing commas (trailing_comma)
swiftlint: Package.swift#L25
Collection literals should not have trailing commas (trailing_comma)
swiftlint: .spm.swift#L235
Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
swiftlint: .spm.swift#L303
Function body should span 50 lines or less excluding comments and whitespace: currently spans 58 lines (function_body_length)
swiftlint: .spm.swift#L309
Line should be 120 characters or less; currently it has 193 characters (line_length)
swiftlint: .spm.swift#L310
Line should be 120 characters or less; currently it has 198 characters (line_length)
swiftlint: .spm.swift#L311
Line should be 120 characters or less; currently it has 122 characters (line_length)
swiftlint: .spm.swift#L356
Line should be 200 characters or less; currently it has 244 characters (line_length)
swiftlint
Process completed with exit code 2.
swiftlint
The following actions uses Node.js version which is deprecated 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/