From 76b4920d3e64a7963a050d50cbf88f9f244b4f2b Mon Sep 17 00:00:00 2001 From: Justin Li Date: Thu, 13 Sep 2018 17:15:32 -0400 Subject: [PATCH] Update deprecated rubocop name --- .rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: