From 4cbe81a1425c8613ed80d6d8e22e8b4106d0951c 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 93a1a6ce9..4cd0bed9b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -280,9 +280,6 @@ RSpec/DescribeMethod: RSpec/DescribeSymbol: Enabled: true -RSpec/DescribedClass: - Enabled: true - RSpec/EmptyExampleGroup: Enabled: true