Skip to content

Merge pull request #2067 from nextcloud/fix/noid/fix-avatar-scope-button #3520

Merge pull request #2067 from nextcloud/fix/noid/fix-avatar-scope-button

Merge pull request #2067 from nextcloud/fix/noid/fix-avatar-scope-button #3520

Triggered via push April 23, 2025 16:17
Status Success
Total duration 37s
Artifacts

swiftlint.yml

on: push
SwiftLint
31s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/AccountEntity.swift#L9
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: TalkIntents/SendTalkMessageIntent.swift#L21
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: NextcloudTalkTests/Integration/Helpers.swift#L12
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
SwiftLint: NextcloudTalkTests/UI/UIRoomTest.swift#L212
Todo Violation: TODOs should be resolved (Should change the lib to have ...) (todo)
SwiftLint: NextcloudTalkTests/UI/XCTestCaseExtensions.swift#L97
Todo Violation: TODOs should be resolved (Find a better way to reliable ...) (todo)
SwiftLint: NextcloudTalkTests/UI/XCUIElementExtensions.swift#L22
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)