Commit f0375f82 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Enable Style/IndentAssignment Rubocop style cop

See #17478
parent 43c35b0f
......@@ -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:
......
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