.reek.yml in truemail-rspec-0.5.0 vs .reek.yml in truemail-rspec-0.6.0
- old
+ new
@@ -23,11 +23,16 @@
- Truemail::RSpec::AuditorHelper#create_auditor
DuplicateMethodCall:
exclude:
- Truemail::RSpec::ValidatorHelper#mx_layer
+ - Truemail::RSpec::ValidatorHelper#mx_blacklist_layer
- Truemail::RSpec::ValidatorHelper#smtp_layer
- Truemail::RSpec::ValidatorHelper#unstub_validation_layers
+
+ TooManyInstanceVariables:
+ exclude:
+ - Truemail::RSpec::ValidatorHelper::ValidatorFactory
LongParameterList:
enabled: false
TooManyStatements: