Skip to content

Merge pull request #1926 from nextcloud/improve-login-test #3225

Merge pull request #1926 from nextcloud/improve-login-test

Merge pull request #1926 from nextcloud/improve-login-test #3225

Triggered via push January 9, 2025 09:10
Status Success
Total duration 1m 4s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: NextcloudTalkTests/Integration/Helpers.swift#L12
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
SwiftLint: NextcloudTalkTests/UI/Helpers.swift#L103
Todo Violation: TODOs should be resolved (Find a better way to reliable ...) (todo)
SwiftLint: NextcloudTalk/FederationInvitationTableViewController.swift#L65
Todo Violation: TODOs should be resolved (For now the invitation endpoin...) (todo)
SwiftLint: NextcloudTalk/PollResultsDetailsViewController.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/SettingsTableViewController.swift#L682
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/SettingsTableViewController.swift#L129
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
SwiftLint: NextcloudTalk/NewRoomTableViewController.swift#L147
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: NextcloudTalk/NewRoomTableViewController.swift#L147
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: NextcloudTalk/UserStatusSwiftUIView.swift#L9
Duplicate Imports Violation: Imports should be unique (duplicate_imports)
SwiftLint: NextcloudTalk/UserStatusSwiftUIView.swift#L15
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)