diff --git a/rubocop/rubocop.yml b/rubocop/rubocop.yml index 7e1de78..85eceae 100644 --- a/rubocop/rubocop.yml +++ b/rubocop/rubocop.yml @@ -25,15 +25,15 @@ AllCops: # Ruby Cops # -Layout/AlignHash: - Enabled: false - Layout/CaseIndentation: Enabled: false -Layout/IndentFirstArrayElement: +Layout/FirstArrayElementIndentation: EnforcedStyle: consistent +Layout/HashAlignment: + Enabled: false + Layout/MultilineMethodCallIndentation: EnforcedStyle: indented