Skip to content

Added Copy Message Link to context menu actions #2986

Added Copy Message Link to context menu actions

Added Copy Message Link to context menu actions #2986

Triggered via pull request October 21, 2024 14:32
Status Success
Total duration 1m 47s
Artifacts

swiftlint.yml

on: pull_request
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: ShareExtension/ShareConfirmationViewController.swift#L559
Todo Violation: TODOs should be resolved (This has no effect on ShareExt...) (todo)
SwiftLint: ShareExtension/ShareConfirmationViewController.swift#L611
Todo Violation: TODOs should be resolved (Do error reporting per item) (todo)
SwiftLint: NextcloudTalkTests/UI/Helpers.swift#L102
Todo Violation: TODOs should be resolved (Find a better way to reliable ...) (todo)
SwiftLint: NextcloudTalk/ContactsSearchResultTableViewContoller.swift#L48
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: NextcloudTalk/ContactsSearchResultTableViewContoller.swift#L48
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: NextcloudTalk/ContactsSearchResultTableViewContoller.swift#L54
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: NextcloudTalk/ContactsSearchResultTableViewContoller.swift#L54
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: NextcloudTalk/UserStatusMessageSwiftUIView.swift#L281
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/UserStatusMessageSwiftUIView.swift#L75
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)