Files
SwiftLint/Source/SwiftLintFramework/Rules
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-25 15:23:21 -07:00
2015-05-25 15:23:21 -07:00
2015-05-25 15:23:21 -07:00
2015-05-25 15:23:21 -07:00
2015-05-25 15:23:21 -07:00