Skip to content

Fix(l10n): Update translations from Transifex #4344

Fix(l10n): Update translations from Transifex

Fix(l10n): Update translations from Transifex #4344

Triggered via push August 30, 2024 05:13
Status Success
Total duration 1m 23s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: File Provider Extension/FileProviderEnumerator.swift#L85
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
Lint: File Provider Extension/FileProviderEnumerator.swift#L108
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
Lint: File Provider Extension/FileProviderEnumerator.swift#L150
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
Lint: File Provider Extension/FileProviderEnumerator.swift#L155
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
Lint: Brand/Intro/NCIntroCollectionViewCell.swift#L35
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
Lint: iOSClient/Notification/NCNotification.swift#L348
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
Lint: iOSClient/Menu/NCCollectionViewCommon+Menu.swift#L201
Todo Violation: FIXMEs should be resolved (PROPPATCH doesn't work) (todo)
Lint: iOSClient/Main/Collection Common/NCCollectionViewCommon.swift#L212
Todo Violation: FIXMEs should be resolved (iPAD PDF landscape mode iOS 16) (todo)
Lint: iOSClient/Main/Collection Common/NCCollectionViewCommon+DragDrop.swift#L116
Todo Violation: TODOs should be resolved (NOT POSSIBLE DRAG DROP DIFFERE...) (todo)
Lint: iOSClient/Main/NCDragDrop.swift#L71
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)