diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 11:37:14 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 11:37:14 +0200 |
commit | 0ea017d99744ee3a7574535fad69cfc0686fd292 (patch) | |
tree | bce1a5044bbbca2f2d983618d5add4bb96a4e1d1 /.rubocop.yml | |
parent | 43c35b0f20fb3bb67ea2b96bf8f806c7e95b6aec (diff) | |
download | gitlab-ce-0ea017d99744ee3a7574535fad69cfc0686fd292.tar.gz |
Enable Style/WhileUntilDo rubocop style copstyle/enable-while-until-do-rubocop-style-cop
See #17478
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 2d8eb4077f3..0edb07189d4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -705,7 +705,7 @@ Style/WhenThen: # Checks for redundant do after while or until. Style/WhileUntilDo: - Enabled: false + Enabled: true # Favor modifier while/until usage when you have a single-line body. Style/WhileUntilModifier: |