.reek.yml in truemail-rspec-0.1.3 vs .reek.yml in truemail-rspec-0.2.0

- old
+ new

@@ -4,17 +4,23 @@ FeatureEnvy: exclude: - Truemail::RSpec::ConfigurationHelper#create_configuration - Truemail::RSpec::ValidatorHelper#request_instance + - Truemail::RSpec::AuditorHelper#create_auditor + ControlParameter: + exclude: + - Truemail::RSpec::AuditorHelper#create_auditor + NestedIterators: exclude: - Truemail::RSpec::ConfigurationHelper#configuration_block BooleanParameter: exclude: - Truemail::RSpec::ValidatorHelper#create_validator + - Truemail::RSpec::AuditorHelper#create_auditor DuplicateMethodCall: exclude: - Truemail::RSpec::ValidatorHelper#mx_layer - Truemail::RSpec::ValidatorHelper#smtp_layer