summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-30 13:31:52 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-30 13:31:52 +0200
commitefd70c18784690473b93714982e75c0c87210588 (patch)
tree2c4f96e4235eb337385d6ab3751c511139028d25 /.rubocop.yml
parent2efee5f6410f4e8e40e9b0339393de80f4affdde (diff)
downloadgitlab-ce-efd70c18784690473b93714982e75c0c87210588.tar.gz
Enable Style/UnneededCapitalW Rubocop coprubocop/enable-unneeded-capital-w-cop
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index cc3055ef66e..cdcfd8150e5 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -681,7 +681,7 @@ Style/UnlessElse:
# Checks for %W when interpolation is not needed.
Style/UnneededCapitalW:
- Enabled: false
+ Enabled: true
# TODO: Enable UnneededInterpolation Cop.
# Checks for strings that are just an interpolated expression.