From a8d2fbab57bf45d7467e42d951ed727f04947ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 29 Oct 2018 11:10:05 +0100 Subject: [PATCH] Remove described class cop We've agreed `User.new` is easier to read than `described_class.new` and since we are ignoring Hound's comments regarding this topic, we might as well remove it. --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 02cf06874..3b7a92436 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -252,9 +252,6 @@ RSpec/DescribeMethod: RSpec/DescribeSymbol: Enabled: true -RSpec/DescribedClass: - Enabled: true - RSpec/EmptyExampleGroup: Enabled: true