From 85e3ce37af98c6e1766bc23caba352aa22768361 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 12 May 2016 14:11:59 -0500 Subject: [PATCH] rubocop: %r should use exclamation marks as delimeters --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index bee896e6..2aca1299 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -166,7 +166,7 @@ Style/PercentLiteralDelimiters: PreferredDelimiters: "%q": "{}" "%Q": "{}" - "%r": "{}" + "%r": "!!" "%s": "()" "%w": "()" "%W": "()"