Skip to content

Nextcloud Talk 20.0.1 #2906

Nextcloud Talk 20.0.1

Nextcloud Talk 20.0.1 #2906

Triggered via pull request September 20, 2024 17:46
Status Success
Total duration 38s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: NextcloudTalkTests/UI/Helpers.swift#L102
Todo Violation: TODOs should be resolved (Find a better way to reliable ...) (todo)
SwiftLint: NextcloudTalkTests/Integration/Helpers.swift#L12
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
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)
SwiftLint: NextcloudTalk/ContactsSearchResultTableViewContoller.swift#L54
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#L54
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/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/RoomCreationTableViewController.swift#L244
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)