diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 10:24:02 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-30 10:24:02 +0200 |
commit | 21620943b030ce8e59fff2fd994ae83446de3889 (patch) | |
tree | 30fb8d6eb6eb0a48677c1be19eb918b34efd8912 /.rubocop.yml | |
parent | 43c35b0f20fb3bb67ea2b96bf8f806c7e95b6aec (diff) | |
download | gitlab-ce-21620943b030ce8e59fff2fd994ae83446de3889.tar.gz |
Enable Lint/BlockAlignment Rubocop copstyle/enable-block-alignment-rubocop-lint
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..35f603c896f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -785,7 +785,7 @@ Lint/AssignmentInCondition: # Align block ends correctly. Lint/BlockAlignment: - Enabled: false + Enabled: true # Default values in optional keyword arguments and optional ordinal arguments # should not refer back to the name of the argument. |