diff --git a/.rubocop.yml b/.rubocop.yml index 51966a1..fa45473 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -13,8 +13,8 @@ AllCops: # uncomment if use rails cops # TargetRailsVersion: 5.1 -Layout/IndentFirstArrayElement: +Layout/FirstArrayElementIndentation: EnforcedStyle: consistent -Layout/IndentFirstHashElement: +Layout/FirstHashElementIndentation: EnforcedStyle: consistent