rubocop: %r should use exclamation marks as delimeters

This commit is contained in:
Parker Moore 2016-05-12 14:11:59 -05:00
parent fa3323ec92
commit 85e3ce37af
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ Style/PercentLiteralDelimiters:
PreferredDelimiters: PreferredDelimiters:
"%q": "{}" "%q": "{}"
"%Q": "{}" "%Q": "{}"
"%r": "{}" "%r": "!!"
"%s": "()" "%s": "()"
"%w": "()" "%w": "()"
"%W": "()" "%W": "()"