Skip to content

Merge remote-tracking branch 'origin/main' into develop #489

Merge remote-tracking branch 'origin/main' into develop

Merge remote-tracking branch 'origin/main' into develop #489

Triggered via push January 30, 2025 08:21
Status Success
Total duration 1m 8s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Lint: Sources/NextcloudKit/NKCommon.swift#L15
Class Delegate Protocol Violation: Delegate protocols should be class-only so they can be weakly referenced (class_delegate_protocol)
Lint: Sources/NextcloudKit/NKDataFileXML.swift#L300
Function Body Length Violation: Function body should span 200 lines or less excluding comments and whitespace: currently spans 245 lines (function_body_length)
Lint: Sources/NextcloudKit/NKLogger.swift#L20
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
Lint: Sources/NextcloudKit/NextcloudKit.swift#L71
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)