Merge pull request #2487 from nextcloud/chore/noid/minimum-supported-β¦ #4504
Annotations
10 warnings
|
SwiftLint:
TalkIntents/SendTalkMessageIntent.swift#L21
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
|
SwiftLint:
TalkIntents/ClearStatusMessageIntent.swift#L16
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
|
SwiftLint:
TalkIntents/SetStatusMessageIntent.swift#L76
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
|
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)
|
|
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)
|
|
SwiftLint:
TalkIntents/SetStatusIntent.swift#L55
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
|
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)
|
|
SwiftLint:
NextcloudTalkTests/Integration/IntegrationRoomTest.swift#L304
Todo Violation: TODOs should be resolved (Check for lastMessage does not...) (todo)
|
|
SwiftLint:
NextcloudTalkTests/Integration/XCTestCaseExtensions.swift#L16
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
|
|
SwiftLint:
NextcloudTalkTests/UI/UIRoomTest.swift#L313
Todo Violation: TODOs should be resolved (Should change the lib to have ...) (todo)
|