rubocop: %r should use exclamation marks as delimeters
This commit is contained in:
parent
fa3323ec92
commit
85e3ce37af
|
@ -166,7 +166,7 @@ Style/PercentLiteralDelimiters:
|
|||
PreferredDelimiters:
|
||||
"%q": "{}"
|
||||
"%Q": "{}"
|
||||
"%r": "{}"
|
||||
"%r": "!!"
|
||||
"%s": "()"
|
||||
"%w": "()"
|
||||
"%W": "()"
|
||||
|
|
Loading…
Reference in New Issue