summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 21:26:40 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 21:26:40 -0800
commit368e9a0862dd7d58b009956e8f1ac51d2a549cda (patch)
treedd147a990a2f73988460e2c75b3999d49f156eaf /.rubocop.yml
parentda884aabc7674c68eee23699efb357bc94aef8d3 (diff)
downloadgitlab-ce-368e9a0862dd7d58b009956e8f1ac51d2a549cda.tar.gz
Rubocop: Style/CaseIndentation enabled
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 319efe7e0dc..923ea00a106 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -96,7 +96,7 @@ Style/CaseEquality:
Style/CaseIndentation:
Description: 'Indentation of when in a case/when/[else/]end.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#indent-when-to-case'
- Enabled: false
+ Enabled: true
Style/CharacterLiteral:
Description: 'Checks for uses of character literals.'