Skip to content

Move GH Pages to docs. #2

Move GH Pages to docs.

Move GH Pages to docs. #2

Triggered via push August 23, 2024 22:16
Status Failure
Total duration 19s
Artifacts

swiftlint.yml

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

Annotations

10 errors and 1 warning
swiftlint: TVappTests/TVappTests.swift#L13
Lines should not have trailing whitespace (trailing_whitespace)
swiftlint: TVappTests/TVappTests.swift#L18
Lines should not have trailing whitespace (trailing_whitespace)
swiftlint: TVappTests/TVappTests.swift#L23
Lines should not have trailing whitespace (trailing_whitespace)
swiftlint: TVappTests/TVappTests.swift#L28
Lines should not have trailing whitespace (trailing_whitespace)
swiftlint: TVappTests/TVappTests.swift#L35
Lines should not have trailing whitespace (trailing_whitespace)
swiftlint: TVappTests/TVappTests.swift#L14
Remove overridden functions that don't do anything except call their super (unneeded_override)
swiftlint: TVappTests/TVappTests.swift#L19
Remove overridden functions that don't do anything except call their super (unneeded_override)
swiftlint: TVapp/AppDelegate.swift#L20
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swiftlint: TVapp/AppDelegate.swift#L48
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swiftlint: TVapp/AppDelegate.swift#L76
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/