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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-11 12:48:29 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-11 12:48:29 +0300
commit8a75f68ddec788f10b23467d104987726cf40bc8 (patch)
treea49d6d91103c9fd96e651bbbfee21e7209c451b6 /.rubocop.yml
parentcec7b8f9f015e1c86ca2426ad613bcd24c7b7629 (diff)
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