This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
wip: okay actually add all updates to commit lol #16
lint.yml
on: push
run-swiftlint
14s
run-swiftformat
30s
Annotations
1 error and 20 warnings
run-swiftformat
Process completed with exit code 1.
|
run-swiftlint:
Sources/Clients/UserSettingsClient/Live.swift#L26
TODOs should be resolved (Save UserSettingsClient) (todo)
|
run-swiftlint:
Sources/Clients/ModuleClient/Extensions/JSValue+.swift#L66
TODOs should be resolved (Allow stack trace) (todo)
|
run-swiftlint:
Sources/Clients/ModuleClient/Live.swift#L56
TODOs should be resolved (Check if the module is cached ...) (todo)
|
run-swiftlint:
Sources/Clients/PlayerClient/Internal/PlayerItem.swift#L41
TODOs should be resolved (Validate if this is allowed or...) (todo)
|
run-swiftlint:
Sources/Clients/PlayerClient/Models.swift#L14
TODOs should be resolved (Add metadata in the status) (todo)
|
run-swiftlint:
Sources/Clients/PlayerClient/PlayerFeature/PlayerFeature.swift#L17
TODOs should be resolved (Move this to Player Client) (todo)
|
run-swiftlint:
Sources/Clients/PlayerClient/Internal/PlayerItem+HLS.swift#L214
TODOs should be resolved (Build main playlist non-multiv...) (todo)
|
run-swiftlint:
Sources/Clients/AnalyticsClient/Live.swift#L12
TODOs should be resolved (Implement analytics to better ...) (todo)
|
run-swiftlint:
Sources/Clients/PlayerClient/Live.swift#L34
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
run-swiftlint:
Sources/Clients/PlayerClient/Live.swift#L34
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
run-swiftformat:
Tests/ModuleClientTests/JSRunnerTests.swift#L3
Remove trailing space at end of a line. (trailingSpace)
|
run-swiftformat:
Tests/ModuleClientTests/JSRunnerTests.swift#L6
Remove trailing space at end of a line. (trailingSpace)
|
run-swiftformat:
Tests/ModuleClientTests/ModuleClientTests.swift#L7
Remove leading blank line at the start of a scope. (blankLinesAtStartOfScope)
|
run-swiftformat:
Tests/JSValueCoderTests/JSValueCoderTests.swift#L3
Remove trailing space at end of a line. (trailingSpace)
|
run-swiftformat:
Tests/JSValueCoderTests/JSValueCoderTests.swift#L6
Remove trailing space at end of a line. (trailingSpace)
|
run-swiftformat:
Tests/JSValueCoderTests/JSValueCoderTests.swift#L32
Move inline try keyword(s) to start of expression. (hoistTry)
|
run-swiftformat:
Tests/JSValueCoderTests/JSValueCoderTests.swift#L34
Move inline try keyword(s) to start of expression. (hoistTry)
|
run-swiftformat:
Tests/JSValueCoderTests/JSValueCoderTests.swift#L62
Insert/remove explicit self where applicable. (redundantSelf)
|
run-swiftformat:
Tests/JSValueCoderTests/JSValueCoderTests.swift#L73
Insert/remove explicit self where applicable. (redundantSelf)
|
run-swiftformat:
Tests/JSValueCoderTests/JSValueCoderTests.swift#L76
Remove trailing blank line at the end of a scope. (blankLinesAtEndOfScope)
|