AppIntent support #3443
Annotations
10 warnings
GitHub Action for SwiftLint:
ShareExtension/ShareConfirmationViewController.swift#L610
Todo Violation: TODOs should be resolved (Do error reporting per item) (todo)
|
GitHub Action for SwiftLint:
ShareExtension/ShareConfirmationViewController.swift#L558
Todo Violation: TODOs should be resolved (This has no effect on ShareExt...) (todo)
|
GitHub Action for SwiftLint:
TalkIntents/SetStatusIntent.swift#L55
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
GitHub Action for SwiftLint:
TalkIntents/SetStatusIntent.swift#L29
File Types Order Violation: An 'extension' should not be placed amongst the file type(s) 'main_type' (file_types_order)
|
GitHub Action for SwiftLint:
TalkIntents/AccountEntity.swift#L9
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
GitHub Action for SwiftLint:
TalkIntents/SetStatusMessageIntent.swift#L76
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
GitHub Action for SwiftLint:
TalkIntents/SetStatusMessageIntent.swift#L18
File Types Order Violation: An 'extension' should not be placed amongst the file type(s) 'main_type' (file_types_order)
|
GitHub Action for SwiftLint:
TalkIntents/SendTalkMessageIntent.swift#L21
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
GitHub Action for SwiftLint:
TalkIntents/RoomEntity.swift#L8
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
GitHub Action for SwiftLint:
TalkIntents/ClearStatusMessageIntent.swift#L16
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Loading