rubocop_rspec: disable new spec.

This commit is contained in:
Mike McQuaid 2022-09-13 10:02:43 +01:00
parent 7349c2b996
commit 91f8485b9f
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -21,6 +21,8 @@ RSpec/RepeatedDescription:
Enabled: false
RSpec/StubbedMock:
Enabled: false
RSpec/NoExpectationExample:
Enabled: false
# TODO: try to reduce these
RSpec/ExampleLength: