Skip to content

Continuous Voice recording #2952

Continuous Voice recording

Continuous Voice recording #2952

Triggered via pull request October 10, 2024 14:31
Status Success
Total duration 54s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: NextcloudTalk/PollResultsDetailsViewController.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/RoomCreationTableViewController.swift#L244
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/NCAPIControllerExtensions.swift#L285
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint: NextcloudTalk/NCAPIControllerExtensions.swift#L32
Todo Violation: TODOs should be resolved (Move away from generic diction...) (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: NextcloudTalk/SettingsTableViewController.swift#L690
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/SettingsTableViewController.swift#L144
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
SwiftLint: NextcloudTalk/UserProfileTableViewController.swift#L264
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint: NextcloudTalk/BaseChatTableViewCell.swift#L303
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)