diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 10:45:10 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 10:45:10 +0200 |
commit | f0375f8226a28e95dbac54156fa55926b8c5def4 (patch) | |
tree | 7d2bf530e48ec4571e90cd593ad24e5a91506e35 /.rubocop.yml | |
parent | 43c35b0f20fb3bb67ea2b96bf8f806c7e95b6aec (diff) | |
download | gitlab-ce-f0375f8226a28e95dbac54156fa55926b8c5def4.tar.gz |
Enable Style/IndentAssignment Rubocop style copstyle/enable-rubocop-indent-assignment-cop
See #17478
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 2d8eb4077f3..8dd37259d9f 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: |