about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.codeclimate.yml1
-rw-r--r--.rubocop.yml5
2 files changed, 5 insertions, 1 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 21e6b33bf..58f6b3de4 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -30,6 +30,7 @@ plugins:
     channel: eslint-4
   rubocop:
     enabled: true
+    channel: rubocop-0-54
   scss-lint:
     enabled: true
 exclude_patterns:
diff --git a/.rubocop.yml b/.rubocop.yml
index a36aa5cae..6faeaca6f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -107,5 +107,8 @@ Style/RegexpLiteral:
 Style/SymbolArray:
   Enabled: false
 
-Style/TrailingCommaInLiteral:
+Style/TrailingCommaInArrayLiteral:
+  EnforcedStyleForMultiline: 'comma'
+
+Style/TrailingCommaInHashLiteral:
   EnforcedStyleForMultiline: 'comma'