visionOS support #22
Open
visionOS support #22
Annotations
10 warnings
|
SwiftLint:
Examples/GKMatchMaker/Shared/ViewModels/MultiPlayer/MatchMakingViewModel.swift#L26
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
|
SwiftLint:
Examples/GKMatchMaker/Shared/ViewModels/MultiPlayer/MatchMakingViewModel.swift#L41
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
SwiftLint:
Examples/GKMatchMaker/Shared/ViewModels/MultiPlayer/MatchMakingViewModel.swift#L32
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
SwiftLint:
Examples/GKMatchMaker/Shared/Views/MultiPlayer/MatchMakingView.swift#L64
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
|
SwiftLint:
Examples/GKMatchMaker/Shared/Views/MultiPlayer/MatchMakingView.swift#L49
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
|
SwiftLint:
Examples/GKMatchMaker/Shared/Views/MultiPlayer/MatchMakingView.swift#L40
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
|
SwiftLint:
Examples/GKMatchMaker/Shared/Views/MultiPlayer/MatchMakingView.swift#L36
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
|
SwiftLint:
Examples/GKMatchMaker/Shared/Views/MultiPlayer/MatchView.swift#L59
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:
Examples/GKMatchMaker/Shared/Modifiers/PrimaryButtonStyle.swift#L39
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
|
SwiftLint:
Examples/GKMatchMaker/Shared/GKMatchMakerApp.swift#L47
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Loading