summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-06-01 08:42:36 +0000
committerRémy Coutable <remy@rymai.me>2016-06-01 08:42:36 +0000
commit46ac3107a4d0eaf12be8700bd33df90508e052c0 (patch)
treeb2bffbc8561667474653dd96761f97247f54e026 /.rubocop.yml
parentcb261abee199cef178a89146afb2a3d831a391a6 (diff)
parent56f3b243ce08d105758a9b6edf96792627fa423c (diff)
downloadgitlab-ce-46ac3107a4d0eaf12be8700bd33df90508e052c0.tar.gz
Merge branch 'issue_15557' into 'master'
Fix error 500 when sorting issues by milestone due date and filtering by labels fixes #15557 See merge request !4327
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 eece9ec69d8..9275f9537d5 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -318,7 +318,7 @@ Style/LambdaCall:
# Comments should start with a space.
Style/LeadingCommentSpace:
- Enabled: false
+ Enabled: true
# Use \ instead of + or << to concatenate two string literals at line end.
Style/LineEndConcatenation: