From b0c0578cbe65b89f085a17e9e311f4507b5e1245 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Mon, 5 Mar 2018 11:45:27 +0100 Subject: [PATCH] Remove deprecated Performance/HashEachMethods cop At release https://github.com/bbatsov/rubocop/releases/tag/v0.53.0 it has been removed with https://github.com/bbatsov/rubocop/issues/5589 --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0ff2d3154..8b7233714 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -73,9 +73,6 @@ Performance/FixedSize: Performance/FlatMap: Enabled: true -Performance/HashEachMethods: - Enabled: true - Performance/LstripRstrip: Enabled: true