Sidebar Redesign #90
Annotations
1 error and 10 warnings
SwiftFormat
Process completed with exit code 1.
|
SwiftFormat:
ios/Cove/Cove.swift#L11
Indent code in accordance with the scope level. (indent)
|
SwiftFormat:
ios/Cove/Cove.swift#L14
Prefer private over fileprivate where equivalent. (redundantFileprivate)
|
SwiftFormat:
ios/Cove/Cove.swift#L24
Add or remove space around operators or delimiters. (spaceAroundOperators)
|
SwiftFormat:
ios/Cove/Cove.swift#L38
Prefer private over fileprivate where equivalent. (redundantFileprivate)
|
SwiftFormat:
ios/Cove/Cove.swift#L51
Prefer private over fileprivate where equivalent. (redundantFileprivate)
|
SwiftFormat:
ios/Cove/Cove.swift#L75
Prefer private over fileprivate where equivalent. (redundantFileprivate)
|
SwiftFormat:
ios/Cove/Cove.swift#L82
Prefer private over fileprivate where equivalent. (redundantFileprivate)
|
SwiftFormat:
ios/Cove/Cove.swift#L83
Add or remove space around operators or delimiters. (spaceAroundOperators)
|
SwiftFormat:
ios/Cove/Cove.swift#L93
Add space inside curly braces. (spaceInsideBraces)
|
SwiftFormat:
ios/Cove/Cove.swift#L93
Use trailing closure syntax where applicable. (trailingClosures)
|
Loading