mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
Use implicit member expression
This commit is contained in:
@@ -59,7 +59,7 @@ public struct TodoRule: ConfigurationProviderRule {
|
||||
}
|
||||
message = message.stringByReplacingOccurrencesOfString("//", withString: "")
|
||||
// trim whitespace
|
||||
message = message.stringByTrimmingCharactersInSet(NSCharacterSet.whitespaceAndNewlineCharacterSet())
|
||||
message = message.stringByTrimmingCharactersInSet(.whitespaceAndNewlineCharacterSet())
|
||||
|
||||
// limiting the output length of todo message
|
||||
let maxLengthOfMessage = 30
|
||||
|
||||
Reference in New Issue
Block a user