From c1e912caf966bc29b346c193f1b74e23e0f66781 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 9 Jul 2015 08:45:46 -0700 Subject: remaining autofixable cops --- .rubocop.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 47de329..170fc40 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -31,7 +31,13 @@ ModuleLength: PerceivedComplexity: Enabled: false PercentLiteralDelimiters: - Enabled: false + PreferredDelimiters: + '%': '{}' + '%q': '{}' + '%Q': '{}' + '%w': '{}' + '%W': '{}' + '%x': '{}' RegexpLiteral: Enabled: false SignalException: -- cgit v1.2.1