This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
UX/UI Changes. Video Player gesture improvements. #22
lint.yml
on: pull_request
run-swiftlint
16s
run-swiftformat
20s
Annotations
1 error and 20 warnings
run-swiftformat
Process completed with exit code 1.
|
run-swiftlint:
Sources/Clients/UserSettingsClient/Live.swift#L27
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/Instance.swift#L14
TODOs should be resolved (Make this a class and add supp...) (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/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-swiftlint:
Sources/Clients/AnalyticsClient/Live.swift#L12
TODOs should be resolved (Implement analytics to better ...) (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:
App/Shared/AppDelegate.swift#L29
Insert blank line before class, struct, enum, extension, protocol or function declarations. (blankLinesBetweenScopes)
|
run-swiftformat:
App/Shared/AppDelegate.swift#L39
Mark unused function arguments with _. (unusedArguments)
|
run-swiftformat:
Tests/ModuleClientTests/ModuleClientTests.swift#L7
Remove leading blank line at the start of a scope. (blankLinesAtStartOfScope)
|
run-swiftformat:
App/iOS/PreferenceHostingController.swift#L2
Ensure file name in header comment matches the actual file name. (headerFileName)
|
run-swiftformat:
App/iOS/PreferenceHostingView.swift#L6
Remove trailing space at end of a line. (trailingSpace)
|
run-swiftformat:
App/iOS/PreferenceHostingView.swift#L25
Mark unused function arguments with _. (unusedArguments)
|
run-swiftformat:
App/iOS/PreferenceHostingView.swift#L29
Mark unused function arguments with _. (unusedArguments)
|
run-swiftformat:
App/iOS/PreferenceHostingView.swift#L34
Insert/remove explicit self where applicable. (redundantSelf)
|