summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-30 17:26:57 +0000
committerRobert Speicher <robert@gitlab.com>2016-05-30 17:26:57 +0000
commitc61cf41defd4c1e44d519bedc2f9648d6554f5d2 (patch)
tree33f8825b60dcd2a6c643c859e494bad808581a2d /.rubocop.yml
parent6eaf327a57149739fb6b14e2396181cc95e687ff (diff)
parent21620943b030ce8e59fff2fd994ae83446de3889 (diff)
downloadgitlab-ce-c61cf41defd4c1e44d519bedc2f9648d6554f5d2.tar.gz
Merge branch 'style/enable-block-alignment-rubocop-lint' into 'master'
Enable Lint/BlockAlignment Rubocop cop See #17478 See merge request !4346
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 6bba7f70668..966793f792c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -784,7 +784,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.