From 74500db17385214d52eb71e51a487bf972d97de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 1 Oct 2019 18:01:08 +0200 Subject: [PATCH] Update indentation consistency rubocop rule The indentation mode has been renamed. --- .rubocop_basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_basic.yml b/.rubocop_basic.yml index f925b85cd..39ac98fd9 100644 --- a/.rubocop_basic.yml +++ b/.rubocop_basic.yml @@ -30,7 +30,7 @@ FactoryBot/AttributeDefinedStatically: Enabled: true Layout/IndentationConsistency: - EnforcedStyle: rails + EnforcedStyle: indented_internal_methods Layout/IndentationWidth: Enabled: true