Skip to content

Fix the broken link in the code of conduct file (#1669) #82

Fix the broken link in the code of conduct file (#1669)

Fix the broken link in the code of conduct file (#1669) #82

Triggered via push September 10, 2024 14:00
Status Failure
Total duration 35s
Artifacts

SwiftLint.yml

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

Annotations

6 errors
SwiftLint: PlayCover/AppInstaller/Downloader.swift#L145
Attribute Name Spacing Violation: `@escaping` must have a trailing space before the associated type (attribute_name_spacing)
SwiftLint: PlayCover/AppInstaller/Downloader.swift#L158
Attribute Name Spacing Violation: `@escaping` must have a trailing space before the associated type (attribute_name_spacing)
SwiftLint: PlayCover/Utils/Extensions/URLExtensions.swift#L80
Attribute Name Spacing Violation: `@escaping` must have a trailing space before the associated type (attribute_name_spacing)
SwiftLint: PlayCover/Utils/Shell.swift#L23
Optional Data -> String Conversion Violation: Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
SwiftLint: PlayCover/Utils/Shell.swift#L29
Optional Data -> String Conversion Violation: Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
SwiftLint: PlayCover/Utils/Shell.swift#L31
Optional Data -> String Conversion Violation: Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)