Team mention support #3302
Annotations
10 warnings
GitHub Action for SwiftLint:
NextcloudTalk/UserStatusOptionsSwiftUI.swift#L23
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)
|
GitHub Action for SwiftLint:
NextcloudTalk/ExpandedVoiceMessageRecordingView.swift#L84
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
GitHub Action for SwiftLint:
NextcloudTalk/ExpandedVoiceMessageRecordingView.swift#L92
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
GitHub Action for SwiftLint:
NextcloudTalk/BlurHashDecode.swift#L9
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
NextcloudTalk/BlurHashDecode.swift#L21
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
GitHub Action for SwiftLint:
NextcloudTalk/BlurHashDecode.swift#L74
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
GitHub Action for SwiftLint:
NextcloudTalk/BlurHashDecode.swift#L81
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
GitHub Action for SwiftLint:
NextcloudTalk/BlurHashDecode.swift#L101
Statement Position Violation: Else and catch should be on the same line, one space after the previous declaration (statement_position)
|
GitHub Action for SwiftLint:
NextcloudTalk/BlurHashDecode.swift#L107
Statement Position Violation: Else and catch should be on the same line, one space after the previous declaration (statement_position)
|
GitHub Action for SwiftLint:
NextcloudTalk/UserStatusMessageSwiftUIView.swift#L257
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
|
Loading