summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-22 16:39:43 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:32:42 -0600
commitbdbc7d967a0c3d95d5e4ea19a2a5be41268d3540 (patch)
tree58899ea2583f1cf5f370f657f584a99d57954c9e /.rubocop.yml
parent0beba0251ca5bfbbc0c1a60c5b0b44c972f252cd (diff)
downloadgitlab-ce-bdbc7d967a0c3d95d5e4ea19a2a5be41268d3540.tar.gz
Revert "Enable Style/BarePercentLiterals"
This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
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