diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-06-30 13:31:52 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-06-30 13:31:52 +0200 |
commit | efd70c18784690473b93714982e75c0c87210588 (patch) | |
tree | 2c4f96e4235eb337385d6ab3751c511139028d25 /.rubocop.yml | |
parent | 2efee5f6410f4e8e40e9b0339393de80f4affdde (diff) | |
download | gitlab-ce-efd70c18784690473b93714982e75c0c87210588.tar.gz |
Enable Style/UnneededCapitalW Rubocop coprubocop/enable-unneeded-capital-w-cop
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
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. |