Enabled more swiftlint rules

Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
This commit is contained in:
Eric Kuck
2018-12-20 11:22:37 -06:00
parent 5618c465a2
commit a89ad95901
11 changed files with 22 additions and 13 deletions
+1
View File
@@ -8,6 +8,7 @@ public class Logger {
enum LoggerError: Error {
case openFailure
}
static var global: Logger?
var log: OpaquePointer