diff options
author | Rémy Coutable <remy@rymai.me> | 2016-06-01 08:42:36 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-06-01 08:42:36 +0000 |
commit | 46ac3107a4d0eaf12be8700bd33df90508e052c0 (patch) | |
tree | b2bffbc8561667474653dd96761f97247f54e026 /.rubocop.yml | |
parent | cb261abee199cef178a89146afb2a3d831a391a6 (diff) | |
parent | 56f3b243ce08d105758a9b6edf96792627fa423c (diff) | |
download | gitlab-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.yml | 2 |
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: |