diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-02 21:34:16 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-02 21:34:16 -0800 |
commit | 7d48205c1a472c07969e4dc43965fa3090b84376 (patch) | |
tree | 2d656569885ea8c9b281b3595954846c2e6dd800 /.rubocop.yml | |
parent | 7558fe98759ec28c2fd97ae10cb1610a1a6c38cd (diff) | |
download | gitlab-ce-7d48205c1a472c07969e4dc43965fa3090b84376.tar.gz |
Rubocop: comment indentation
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 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.' |