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.
This commit is contained in:
Javi Martín
2018-10-29 11:10:05 +01:00
parent e7f05a5711
commit 4cbe81a142

View File

@@ -280,9 +280,6 @@ RSpec/DescribeMethod:
RSpec/DescribeSymbol:
Enabled: true
RSpec/DescribedClass:
Enabled: true
RSpec/EmptyExampleGroup:
Enabled: true