Commit a8e80d4a authored by Robert Speicher's avatar Robert Speicher

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
parents 38e0e399 f0375f82
...@@ -286,7 +286,7 @@ Style/IdenticalConditionalBranches: ...@@ -286,7 +286,7 @@ Style/IdenticalConditionalBranches:
# Checks the indentation of the first line of the right-hand-side of a # Checks the indentation of the first line of the right-hand-side of a
# multi-line assignment. # multi-line assignment.
Style/IndentAssignment: Style/IndentAssignment:
Enabled: false Enabled: true
# Keep indentation straight. # Keep indentation straight.
Style/IndentationConsistency: Style/IndentationConsistency:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment