Skip to content

fix(mentions): Highlight group and team mentions #3370

fix(mentions): Highlight group and team mentions

fix(mentions): Highlight group and team mentions #3370

Triggered via pull request February 24, 2025 20:25
Status Success
Total duration 1m 2s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: NextcloudTalkTests/UI/Helpers.swift#L97
Todo Violation: TODOs should be resolved (Find a better way to reliable ...) (todo)
SwiftLint: NextcloudTalkTests/UI/UIRoomTest.swift#L197
Todo Violation: TODOs should be resolved (Should change the lib to have ...) (todo)
SwiftLint: NextcloudTalkTests/Integration/Helpers.swift#L12
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
SwiftLint: NextcloudTalk/ExpandedVoiceMessageRecordingView.swift#L84
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
SwiftLint: NextcloudTalk/ExpandedVoiceMessageRecordingView.swift#L92
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
SwiftLint: ShareExtension/ShareConfirmationViewController.swift#L558
Todo Violation: TODOs should be resolved (This has no effect on ShareExt...) (todo)
SwiftLint: ShareExtension/ShareConfirmationViewController.swift#L610
Todo Violation: TODOs should be resolved (Do error reporting per item) (todo)
SwiftLint: NextcloudTalk/UserStatusMessageSwiftUIView.swift#L257
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/UserStatusMessageSwiftUIView.swift#L66
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#L87
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)