diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 0 insertions, 4 deletions
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 |