Skip to content

feat: Add list view option to game library #186

feat: Add list view option to game library

feat: Add list view option to game library #186

Triggered via pull request June 23, 2024 02:28
Status Success
Total duration 34s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
26s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
SwiftLint: Mythic/Utilities/Wine/WineInterface.swift#L233
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
SwiftLint: Mythic/Views/Unified/GameListEvoView.swift#L57
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
SwiftLint: Mythic/Views/Unified/GameListEvoView.swift#L62
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
SwiftLint: Mythic/Views/Unified/GameListRow.swift#L77
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
SwiftLint: Mythic/Views/Unified/GameListRow.swift#L98
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)