summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-10-03 16:20:40 +0200
committerRobert Speicher <rspeicher@gmail.com>2016-10-03 16:20:40 +0200
commit6fe033b85993fd94949936f8410c448dd8574e00 (patch)
treeb1fc9c3a2fa0d0f9b2ef030bb855d4b1b5acca5e
parentdfb9cab828a11cf00522734d11c2472e8b540b5c (diff)
downloadgitlab-ce-rs-remove-pushsplat-cop.tar.gz
Remove disabled Performance/PushSplat coprs-remove-pushsplat-cop
This cop was removed in RuboCop 0.43.0. See https://github.com/bbatsov/rubocop/issues/3292
-rw-r--r--.rubocop_todo.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 87520c67dd5..7c712746e05 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -44,11 +44,6 @@ Lint/UnusedBlockArgument:
Lint/UnusedMethodArgument:
Enabled: false
-# Offense count: 9
-# Cop supports --auto-correct.
-Performance/PushSplat:
- Enabled: false
-
# Offense count: 2
# Cop supports --auto-correct.
Performance/RedundantBlockCall: