.reek in markdown_exec-1.2.0 vs .reek in markdown_exec-1.3.0

- old
+ new

@@ -9,16 +9,18 @@ UtilityFunction: public_methods_only: true ControlParameter: enabled: true DuplicateMethodCall: - enabled: true + enabled: false # too strict FeatureEnvy: enabled: false # too strict InstanceVariableAssumption: enabled: true IrresponsibleModule: enabled: true LongParameterList: enabled: true LongYieldList: enabled: true + TooManyStatements: + enabled: false # too strict