.reek.yml in truemail-rspec-0.7.0 vs .reek.yml in truemail-rspec-0.8.0
- old
+ new
@@ -31,9 +31,13 @@
TooManyInstanceVariables:
exclude:
- Truemail::RSpec::ValidatorHelper::ValidatorFactory
+ UtilityFunction:
+ exclude:
+ - Truemail::RSpec::ValidatorHelper#create_servers_list
+
LongParameterList:
enabled: false
TooManyStatements:
enabled: false