Ensure signaling settings availability #2885
Annotations
10 warnings
SwiftLint:
NextcloudTalkTests/Integration/Helpers.swift#L12
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
|
SwiftLint:
NextcloudTalkTests/UI/Helpers.swift#L102
Todo Violation: TODOs should be resolved (Find a better way to reliable ...) (todo)
|
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/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)
|