Merge pull request #3076 from nextcloud/docs/noid/unifyIssueTemplate #3
Annotations
1 error and 10 warnings
Lint:
iOSClient/Files/NCFiles.swift#L175
Attribute Name Spacing Violation: `@escaping` must have a trailing space before the associated type (attribute_name_spacing)
|
Lint:
File Provider Extension/FileProviderEnumerator.swift#L108
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Lint:
File Provider Extension/FileProviderEnumerator.swift#L150
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Lint:
File Provider Extension/FileProviderEnumerator.swift#L155
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Lint:
File Provider Extension/FileProviderExtension+Actions.swift#L166
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Lint:
iOSClient/Media/NCMediaLayout.swift#L118
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Lint:
iOSClient/Media/NCMedia.swift#L254
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Lint:
iOSClient/Media/NCMedia.swift#L292
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Lint:
iOSClient/Media/NCMedia.swift#L150
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
Lint:
iOSClient/Notification/NCNotification.swift#L350
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
Lint:
iOSClient/Viewer/NCViewerPDF/NCViewerPDFSearch.swift#L160
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|