feat: Add list view option to game library #186
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)
|