Skip to content

wip: add macos videoplayer support, use custom navstack for macos #17

wip: add macos videoplayer support, use custom navstack for macos

wip: add macos videoplayer support, use custom navstack for macos #17

Triggered via push November 25, 2023 06:17
Status Failure
Total duration 40s
Artifacts

lint.yml

on: push
run-swiftlint
13s
run-swiftlint
run-swiftformat
29s
run-swiftformat
Fit to window
Zoom out
Zoom in

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/ModuleClient/JS+Bindings/JSContext+Request.swift#L135
There should be no space before and one after any comma (comma)
run-swiftlint: Sources/Clients/ModuleClient/JS+Bindings/JSContext+Request.swift#L134
Lines should not have trailing whitespace (trailing_whitespace)
run-swiftlint: Sources/Clients/PlayerClient/Client.swift#L28
TODOs should be resolved (Create Custom AVPlayer and AVP...) (todo)
run-swiftlint: Sources/Clients/PlayerClient/Models.swift#L15
TODOs should be resolved (Add metadata in the status) (todo)
run-swiftlint: Sources/Clients/PlayerClient/Models.swift#L44
TODOs should be resolved (List out option types, quality...) (todo)
run-swiftlint: Sources/Clients/PlayerClient/Internal/PlayerItem+HLS.swift#L214
TODOs should be resolved (Build main playlist non-multiv...) (todo)
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: App/Shared/AppDelegate.swift#L56
Mark unused function arguments with _. (unusedArguments)
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)