Showing 104 of 104 total issues
Computed read-only properties should avoid using the get keyword. Open
Open
get {
- Exclude checks
Three lines between top-level items. Open
Open
}
- Exclude checks
There must be two or zero lines between second-level items. Open
Open
private var yIt: Y.Iterator
- Exclude checks
There must be two or zero lines between second-level items. Open
Open
private let ys: Y
- Exclude checks
Three lines between top-level items. Open
Open
}
- Exclude checks
Computed read-only properties should avoid using the get keyword. Open
Open
get {
- Exclude checks
Opening braces should be preceded by a single space and on the same line as the declaration. Open
Open
public var isNotEmpty: Bool{
- Exclude checks
Return arrow and return type should be separated by a single space or on a separate line. Open
Open
public func map<FromValue, ToValue>(_ completion: @escaping (Result<ToValue, Error>)->Void, transform: @escaping (FromValue)->ToValue) -> (Result<FromValue, Error>)->Void {
- Exclude checks
Opening braces should be preceded by a single space and on the same line as the declaration. Open
Open
self.merge(newDictionary){ $1 }
- Exclude checks
Three lines between top-level items. Open
Open
import PackageDescription
- Exclude checks
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. Open
Open
public func given<T>(_ object:T, with: (_:T)->Void)->T{
- Exclude checks
Return arrow and return type should be separated by a single space or on a separate line. Open
Open
private let binding: (Object, Value)->Void
- Exclude checks
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. Open
Open
private var _timebaseInfo: mach_timebase_info = mach_timebase_info(numer:0, denom:0)
- Exclude checks
Return arrow and return type should be separated by a single space or on a separate line. Open
Open
private let factory: ()->T?
- Exclude checks
Expected space after comment. Open
Open
//}
- Exclude checks
Limit vertical whitespace to maximum 3 empty lines. Currently 4. Open
Open
- Exclude checks
Return arrow and return type should be separated by a single space or on a separate line. Open
Open
public func with<T, U>(_ first: T, _ second: U, perform: (_:T, _:U)->Void) {
- Exclude checks
Computed read-only properties should avoid using the get keyword. Open
Open
get {
- Exclude checks
Three lines between top-level items. Open
Open
infix operator ==* : ComparisonPrecedence
- Exclude checks
Implicitly unwrapped optionals should be avoided when possible. Open
Open
public let value: String!
- Exclude checks