diff --git a/.rubocop.yml b/.rubocop.yml index fd3b135..e80ae47 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -14,9 +14,9 @@ Style/TrailingCommaInArrayLiteral: Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma -Layout/AlignHash: +Layout/HashAlignment: EnforcedHashRocketStyle: table -Layout/IndentFirstHashElement: +Layout/FirstHashElementIndentation: EnforcedStyle: consistent Style/StderrPuts: