summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-11 10:48:29 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-11 10:48:29 +0100
commit8a75f68ddec788f10b23467d104987726cf40bc8 (patch)
treea49d6d91103c9fd96e651bbbfee21e7209c451b6 /.rubocop.yml
parentcec7b8f9f015e1c86ca2426ad613bcd24c7b7629 (diff)
downloadgitlab-ce-8a75f68ddec788f10b23467d104987726cf40bc8.tar.gz
Fix Rubocop YAML config files to avoid CE->EE issues
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 80eb4a5c19e..bf2b2d8afc2 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -343,10 +343,6 @@ Style/ParenthesesAroundCondition:
Style/RedundantParentheses:
Enabled: true
-# Don't use return where it's not required.
-Style/RedundantReturn:
- Enabled: true
-
# Don't use semicolons to terminate expressions.
Style/Semicolon:
Enabled: true