jemmons/BagOfTricks

View on GitHub
Sources/BagOfTricks/Extensions/Negatives.swift

Summary

Maintainability
A
0 mins
Test Coverage
B
81%

Three lines between top-level items.
Open

}

Opening braces should be preceded by a single space and on the same line as the declaration.
Open

  public var isNotEmpty:Bool{

Colons should be next to the identifier when specifying a type and next to the key in dictionary literals.
Open

  public var isNotEmpty:Bool{

Colons should be next to the identifier when specifying a type and next to the key in dictionary literals.
Open

extension Sequence where Iterator.Element : Equatable {

Opening braces should be preceded by a single space and on the same line as the declaration.
Open

extension String{

Three lines between top-level items.
Open

}

Opening braces should be preceded by a single space and on the same line as the declaration.
Open

  public var isNotEmpty: Bool{

There are no issues that match your filters.

Category
Status