Fix the broken link in the code of conduct file (#1669) #82
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)
|