diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-01-11 10:48:29 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-01-11 10:48:29 +0100 |
commit | 8a75f68ddec788f10b23467d104987726cf40bc8 (patch) | |
tree | a49d6d91103c9fd96e651bbbfee21e7209c451b6 /.rubocop.yml | |
parent | cec7b8f9f015e1c86ca2426ad613bcd24c7b7629 (diff) | |
download | gitlab-ce-8a75f68ddec788f10b23467d104987726cf40bc8.tar.gz |
Fix Rubocop YAML config files to avoid CE->EE issues
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
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 |