Skip to content

Fix(l10n): Update translations from Transifex #3310

Fix(l10n): Update translations from Transifex

Fix(l10n): Update translations from Transifex #3310

Triggered via push February 3, 2025 03:15
Status Success
Total duration 1m 0s
Artifacts

swiftlint.yml

on: push
SwiftLint
51s
SwiftLint
Fit to window
Zoom out
Zoom in

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#L97
Todo Violation: TODOs should be resolved (Find a better way to reliable ...) (todo)
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)
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/UIControlExtensions.swift#L12
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L308
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L530
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L156
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint: NextcloudTalk/PollDraftsViewController.swift#L9
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)