.reek.yml in flows-0.4.0 vs .reek.yml in flows-0.5.0
- old
+ new
@@ -20,23 +20,35 @@
exclude: []
max_instance_variables: 5 # +1 to default value
DataClump:
exclude:
- Flows::Result::Helpers
+ - Flows::SharedContextPipeline::DSL::Tracks
IrresponsibleModule:
exclude:
- Flows::SharedContextPipeline
FeatureEnvy:
exclude:
- Flows::SharedContextPipeline#call
- Flows::Contract # too many false positives here
+ - Flows::Plugin::Profiler::Report#events
TooManyStatements:
exclude:
- Flows::SharedContextPipeline#call
+ - Flows::Plugin::Profiler::Wrapper#make_instance_wrapper
+ - Flows::Plugin::Profiler::Wrapper#make_singleton_wrapper
- initialize
DuplicateMethodCall:
exclude:
- Flows::SharedContextPipeline#call
+ - Flows::Plugin::Profiler::Wrapper#make_instance_wrapper
+ - Flows::Plugin::Profiler::Wrapper#make_singleton_wrapper
- 'length'
MissingSafeMethod:
exclude:
- Flows::Contract
+ BooleanParameter:
+ exclude:
+ - Flows::Plugin::OutputContract::DSL
+ TooManyMethods:
+ exclude:
+ - Flows::Plugin::Profiler::Report::Tree::Node