Learn more about cloning repositories
You have read-only access
add ReturnArrowWhitespaceRule This rule checks whether you have 1 space before return arrow and return type Good: func abc() -> Int {} Bad: func abc()->Int {}