Add not_to Rubocop rule to Hound
https://www.rubydoc.info/gems/rubocop-rspec/1.5.0/RuboCop/Cop/RSpec/NotToNot
This commit is contained in:
@@ -336,9 +336,6 @@ RSpec/NestedGroups:
|
|||||||
Enabled: true
|
Enabled: true
|
||||||
Max: 4
|
Max: 4
|
||||||
|
|
||||||
RSpec/NotToNot:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
RSpec/OverwritingSetup:
|
RSpec/OverwritingSetup:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
@@ -26,3 +26,6 @@ Layout/TrailingBlankLines:
|
|||||||
|
|
||||||
Layout/TrailingWhitespace:
|
Layout/TrailingWhitespace:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
RSpec/NotToNot:
|
||||||
|
Enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user