From 6fe033b85993fd94949936f8410c448dd8574e00 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Mon, 3 Oct 2016 16:20:40 +0200 Subject: Remove disabled Performance/PushSplat cop This cop was removed in RuboCop 0.43.0. See https://github.com/bbatsov/rubocop/issues/3292 --- .rubocop_todo.yml | 5 ----- 1 file changed, 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: -- cgit v1.2.1