From 21620943b030ce8e59fff2fd994ae83446de3889 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Mon, 30 May 2016 10:24:02 +0200 Subject: Enable Lint/BlockAlignment Rubocop cop See #17478 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rubocop.yml') 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. -- cgit v1.2.3