From bdbc7d967a0c3d95d5e4ea19a2a5be41268d3540 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 22 Feb 2017 16:39:43 -0600 Subject: Revert "Enable Style/BarePercentLiterals" This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48. --- .rubocop.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 1850c31e344..a7d4222b9b2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -77,10 +77,6 @@ Style/AsciiIdentifiers: Style/Attr: Enabled: true -# This cop checks if usage of %() or %Q() matches configuration. -Style/BarePercentLiterals: - Enabled: true - # Avoid the use of BEGIN blocks. Style/BeginBlock: Enabled: true -- cgit v1.2.1