summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-30 17:41:43 +0000
committerRobert Speicher <robert@gitlab.com>2016-05-30 17:41:43 +0000
commita8e80d4a59a4e071c61a2789611aaf7a300bf8f8 (patch)
tree8e6e959c35bb6959155a55576271c94a6974b7ed /.rubocop.yml
parent38e0e399de115111fdbbfd890503519ad58e29a3 (diff)
parentf0375f8226a28e95dbac54156fa55926b8c5def4 (diff)
downloadgitlab-ce-a8e80d4a59a4e071c61a2789611aaf7a300bf8f8.tar.gz
Merge branch 'style/enable-rubocop-indent-assignment-cop' into 'master'
Enable Style/IndentAssignment Rubocop style cop Checks the indentation of the first line of the right-hand-side of a multi-line assignment. See #17478 See merge request !4348
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 089ae7adbcf..f547852763b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -286,7 +286,7 @@ Style/IdenticalConditionalBranches:
# Checks the indentation of the first line of the right-hand-side of a
# multi-line assignment.
Style/IndentAssignment:
- Enabled: false
+ Enabled: true
# Keep indentation straight.
Style/IndentationConsistency: