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