Package.swift:building #2
Annotations
9 errors
GitHub Action for SwiftLint:
Package.swift#L22
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
GitHub Action for SwiftLint:
Package.swift#L25
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
GitHub Action for SwiftLint:
Package.swift#L44
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
GitHub Action for SwiftLint:
Package.swift#L53
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
GitHub Action for SwiftLint:
Package.swift#L12
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Package.swift#L36
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Package.swift#L52
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Package.swift#L57
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
GitHub Action for SwiftLint:
Sources/App/routes.swift#L38
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
Loading