Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-23 01:39:43 +0300
committerDouwe Maan <douwe@selenight.nl>2017-02-23 18:32:42 +0300
commitbdbc7d967a0c3d95d5e4ea19a2a5be41268d3540 (patch)
tree58899ea2583f1cf5f370f657f584a99d57954c9e /.rubocop.yml
parent0beba0251ca5bfbbc0c1a60c5b0b44c972f252cd (diff)
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