diff --git a/.rubocop.yml b/.rubocop.yml index eba259f..4e18078 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -71,7 +71,10 @@ Style/Documentation: Style/ClassAndModuleChildren: Enabled: false -Style/TrailingCommaInLiteral: +Style/TrailingCommaInArrayLiteral: + Enabled: false + +Style/TrailingCommaInHashLiteral: Enabled: false Layout/IndentHash: