Skip to content

Merge pull request #1754 from nextcloud/fix-federationv2-capability-c… #2781

Merge pull request #1754 from nextcloud/fix-federationv2-capability-c…

Merge pull request #1754 from nextcloud/fix-federationv2-capability-c… #2781

Triggered via push August 12, 2024 13:44
Status Success
Total duration 1m 33s
Artifacts

swiftlint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: NextcloudTalk/AllocationTracker.swift#L49
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
SwiftLint: NextcloudTalk/BaseChatTableViewCell.swift#L266
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: NextcloudTalk/BaseChatTableViewCell.swift#L270
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: NextcloudTalk/UIPageViewControllerExtension.swift#L9
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/UserStatusMessageSwiftUIView.swift#L291
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/UserStatusMessageSwiftUIView.swift#L85
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: NextcloudTalk/UserStatusMessageSwiftUIView.swift#L104
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: NextcloudTalk/PollResultsDetailsViewController.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/FederationInvitationTableViewController.swift#L65
Todo Violation: TODOs should be resolved (For now the invitation endpoin...) (todo)
SwiftLint: NextcloudTalk/UserProfileTableViewController.swift#L264
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)