summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 21:34:16 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 21:34:16 -0800
commit7d48205c1a472c07969e4dc43965fa3090b84376 (patch)
tree2d656569885ea8c9b281b3595954846c2e6dd800 /.rubocop.yml
parent7558fe98759ec28c2fd97ae10cb1610a1a6c38cd (diff)
downloadgitlab-ce-7d48205c1a472c07969e4dc43965fa3090b84376.tar.gz
Rubocop: comment indentation
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 c1a5d06770f..369e55abcdb 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -140,7 +140,7 @@ Style/CommentAnnotation:
Style/CommentIndentation:
Description: 'Indentation of comments.'
- Enabled: false
+ Enabled: true
Style/ConstantName:
Description: 'Constants should use SCREAMING_SNAKE_CASE.'