Skip to content

Add dynamic text styles to federation invitations #2858

Add dynamic text styles to federation invitations

Add dynamic text styles to federation invitations #2858

Triggered via pull request September 10, 2024 16:03
Status Failure
Total duration 3m 20s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
32s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
SwiftLint: NextcloudTalk/UIControlExtensions.swift#L11
Attribute Name Spacing Violation: `@escaping` must have a trailing space before the associated type (attribute_name_spacing)
SwiftLint: NextcloudTalkTests/UI/Helpers.swift#L102
Todo Violation: TODOs should be resolved (Find a better way to reliable ...) (todo)
SwiftLint: NextcloudTalkTests/Integration/Helpers.swift#L12
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
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)
SwiftLint: NextcloudTalk/UserStatusSwiftUIView.swift#L56
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/RoomTableViewCell.swift#L84
Todo Violation: TODOs should be resolved (Should this be in layoutSubvie...) (todo)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L289
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L506
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L3345
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L1150
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)