summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml3
-rw-r--r--.rubocop_todo.yml6
2 files changed, 3 insertions, 6 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index d0b85635ba..d5e7780ea6 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -53,6 +53,9 @@ Style/EachWithObject:
Style/SpecialGlobalVars:
Enabled: false
+Style/TrailingComma:
+ Enabled: false
+
# Metrics
# Arbitrary max lengths for classes simply do not work and enabling this will
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index f36f1340ef..6a0675432e 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -481,12 +481,6 @@ Style/SpaceInsideHashLiteralBraces:
Style/SpaceInsideStringInterpolation:
Enabled: false
-# Offense count: 14
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
-Style/TrailingComma:
- Enabled: false
-
# Offense count: 1
# Cop supports --auto-correct.
Style/TrailingUnderscoreVariable: