diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-02 21:26:40 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-02 21:26:40 -0800 |
commit | 368e9a0862dd7d58b009956e8f1ac51d2a549cda (patch) | |
tree | dd147a990a2f73988460e2c75b3999d49f156eaf /.rubocop.yml | |
parent | da884aabc7674c68eee23699efb357bc94aef8d3 (diff) | |
download | gitlab-ce-368e9a0862dd7d58b009956e8f1ac51d2a549cda.tar.gz |
Rubocop: Style/CaseIndentation enabled
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 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.' |