Skip to content

Narrow down nil-tokens #2933

Narrow down nil-tokens

Narrow down nil-tokens #2933

Triggered via pull request October 2, 2024 16:30
Status Success
Total duration 57s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: NextcloudTalk/FederationInvitationTableViewController.swift#L65
Todo Violation: TODOs should be resolved (For now the invitation endpoin...) (todo)
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/RoomCreationTableViewController.swift#L244
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/NCRoomsManagerExtensions.swift#L11
Identifier Name Violation: Variable name 'statusCodeShouldIgnoreAttemptButJoinedSuccessfully' should be between 0 and 40 characters long (identifier_name)
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/FilePreviewImageView.swift#L9
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/SignalingParticipant.swift#L27
Todo Violation: TODOs should be resolved (Support guest actors as well) (todo)