Skip to content

Fix crash on loading some items. Add ability to copy logs. Hide scroll view if is a movie #53

Fix crash on loading some items. Add ability to copy logs. Hide scroll view if is a movie

Fix crash on loading some items. Add ability to copy logs. Hide scroll view if is a movie #53

Triggered via pull request July 3, 2024 06:35
Status Failure
Total duration 6h 0m 8s
Artifacts

lint.yml

on: pull_request
run-swiftlint
6h 0m
run-swiftlint
run-swiftformat
11s
run-swiftformat
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 21 warnings
run-swiftformat
Process completed with exit code 1.
run-swiftlint
The job running on runner GitHub Actions 7 has exceeded the maximum execution time of 360 minutes.
run-swiftlint: Sources/Shared/SharedModels/PlaylistCache.swift#L22
Line should be 175 characters or less; currently it has 202 characters (line_length)
run-swiftlint: Sources/Clients/FileClient/Live.swift#L17
Enum element name 'FileNotFound' should start with a lowercase character (identifier_name)
run-swiftlint: Sources/Clients/FileClient/Live.swift#L39
Line should be 175 characters or less; currently it has 222 characters (line_length)
run-swiftlint: Sources/Clients/FileClient/Client+.swift#L148
Function name 'LibraryDir()' should start with a lowercase character (identifier_name)
run-swiftlint: Sources/Clients/PlaylistHistoryClient/Live.swift#L21
Line should be 175 characters or less; currently it has 199 characters (line_length)
run-swiftlint: Sources/Clients/PlaylistHistoryClient/Live.swift#L47
Line should be 175 characters or less; currently it has 180 characters (line_length)
run-swiftlint: Sources/Clients/PlaylistHistoryClient/Live.swift#L78
Line should be 175 characters or less; currently it has 181 characters (line_length)
run-swiftlint: Sources/Clients/PlaylistHistoryClient/Live.swift#L87
Line should be 175 characters or less; currently it has 180 characters (line_length)
run-swiftlint: Sources/Features/ContentCore/DownloadSelection.swift#L65
Line should be 175 characters or less; currently it has 199 characters (line_length)
run-swiftlint: Sources/Features/ContentCore/ContentCore+View.swift#L414
Force unwrapping should be avoided (force_unwrapping)
run-swiftformat
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run-swiftformat: App/Shared/AppDelegate.swift#L28
Wrap lines that exceed the specified maximum width. (wrap)
run-swiftformat: App/Shared/AppDelegate.swift#L29
Wrap lines that exceed the specified maximum width. (wrap)
run-swiftformat: App/Shared/AppDelegate.swift#L30
Wrap lines that exceed the specified maximum width. (wrap)
run-swiftformat: App/Shared/AppDelegate 2.swift#L2
Ensure file name in header comment matches the actual file name. (headerFileName)
run-swiftformat: App/Shared/AppDelegate 2.swift#L28
Wrap lines that exceed the specified maximum width. (wrap)
run-swiftformat: App/Shared/AppDelegate 2.swift#L29
Wrap lines that exceed the specified maximum width. (wrap)
run-swiftformat: App/Shared/AppDelegate 2.swift#L30
Wrap lines that exceed the specified maximum width. (wrap)
run-swiftformat: App/iOS/PreferenceHostingController 2.swift#L2
Ensure file name in header comment matches the actual file name. (headerFileName)
run-swiftformat: Sources/Shared/SharedModels/EpisodeMetadata.swift#L20
Remove trailing space at end of a line. (trailingSpace)
run-swiftformat: Sources/Shared/SharedModels/EpisodeMetadata.swift#L21
Wrap lines that exceed the specified maximum width. (wrap)
run-swiftlint: App/Shared/AppDelegate.swift#L30
Array and dictionary literal end should have the same indentation as the line that started it; expected indentation of 4, got 8 (literal_expression_end_indentation)
run-swiftlint: App/Shared/AppDelegate 2.swift#L1
File name should not contain any whitespace (file_name_no_space)
run-swiftlint: App/Shared/AppDelegate 2.swift#L30
Array and dictionary literal end should have the same indentation as the line that started it; expected indentation of 4, got 8 (literal_expression_end_indentation)
run-swiftlint: App/iOS/PreferenceHostingController 2.swift#L1
File name should not contain any whitespace (file_name_no_space)
run-swiftlint: Sources/Shared/CoreDB/Properties/Attribute.swift#L19
TODOs should be resolved (Add default value?) (todo)
run-swiftlint: Sources/Shared/CoreDB/PersistentCoreDB.swift#L70
TODOs should be resolved (Implement migration) (todo)
run-swiftlint: Sources/Shared/CoreDB/PersistentCoreDB.swift#L177
TODOs should be resolved (Include entity relations) (todo)
run-swiftlint: Sources/Shared/SharedModels/Playlist.swift#L217
Prefer non-optional booleans over optional booleans (discouraged_optional_boolean)
run-swiftlint: Sources/Shared/SharedModels/Playlist.swift#L226
Prefer non-optional booleans over optional booleans (discouraged_optional_boolean)
run-swiftlint: Sources/Shared/SharedModels/Playlist.swift#L154
TODOs should be resolved (Write a codable that handles a...) (todo)