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:
voodoorai2000
2018-12-15 12:35:07 +01:00
parent 7917cea676
commit c1455cb93c
2 changed files with 3 additions and 3 deletions

View File

@@ -336,9 +336,6 @@ RSpec/NestedGroups:
Enabled: true
Max: 4
RSpec/NotToNot:
Enabled: true
RSpec/OverwritingSetup:
Enabled: true

View File

@@ -26,3 +26,6 @@ Layout/TrailingBlankLines:
Layout/TrailingWhitespace:
Enabled: true
RSpec/NotToNot:
Enabled: true