Files
SwiftLint/Source/SwiftLintFrameworkTests
akirahrkw 87c7c5cd5d add ReturnArrowWhitespaceRule
This rule checks whether you have 1 space before return arrow and return type

Good: func abc() -> Int {}
Bad:  func abc()->Int {}
2015-06-03 16:26:21 +08:00
..
2015-05-16 18:58:10 +02:00