Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-03 08:34:16 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-03 08:34:16 +0300
commit7d48205c1a472c07969e4dc43965fa3090b84376 (patch)
tree2d656569885ea8c9b281b3595954846c2e6dd800 /.rubocop.yml
parent7558fe98759ec28c2fd97ae10cb1610a1a6c38cd (diff)
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.'