Skip to content

Disable interactivePopGestureRecognizer for room list #2460

Disable interactivePopGestureRecognizer for room list

Disable interactivePopGestureRecognizer for room list #2460

Triggered via pull request April 9, 2024 12:49
Status Success
Total duration 1m 7s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: NextcloudTalk/ChatViewControllerExtension.swift#L25
Identifier Name Violation: Variable name 'NCChatViewControllerReplyPrivatelyNotification' should be between 0 and 40 characters long (identifier_name)
SwiftLint: NextcloudTalk/ChatViewControllerExtension.swift#L27
Identifier Name Violation: Variable name 'NCChatViewControllerTalkToUserNotification' should be between 0 and 40 characters long (identifier_name)
SwiftLint: NextcloudTalk/ChatViewControllerExtension.swift#L31
Identifier Name Violation: Variable name 'NCChatViewControllerReplyPrivatelyNotification' should be between 0 and 40 characters long (identifier_name)
SwiftLint: NextcloudTalk/ChatViewControllerExtension.swift#L33
Identifier Name Violation: Variable name 'NCChatViewControllerTalkToUserNotification' should be between 0 and 40 characters long (identifier_name)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L2462
Todo Violation: TODOs should be resolved (There should be a better place...) (todo)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L2876
Todo Violation: TODOs should be resolved (Take padding into account) (todo)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L755
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L2528
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/PollResultsDetailsViewController.swift#L49
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/BaseChatTableViewCell.swift#L264
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)