From ecf3892c9a44d4f4cdc3333096c5d04bb268aa4a Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Wed, 8 May 2019 14:59:40 +0100 Subject: [PATCH] Remove performance cops These cops are no longer available in core rubocop. https://github.com/rubocop-hq/rubocop/issues/5977 --- configs/rubocop/other-style.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/rubocop/other-style.yml b/configs/rubocop/other-style.yml index f9eeb03..727665e 100644 --- a/configs/rubocop/other-style.yml +++ b/configs/rubocop/other-style.yml @@ -384,6 +384,3 @@ WhileUntilModifier: Style/FrozenStringLiteralComment: Enabled: false - -Performance/TimesMap: - Enabled: false