.rubocop.yml in truemail-rspec-0.1.0 vs .rubocop.yml in truemail-rspec-0.1.1

- old
+ new

@@ -1,8 +1,7 @@ require: - rubocop-rspec - - rubocop-performance AllCops: DisplayCopNames: true DisplayStyleGuide: true StyleGuideCopsOnly: true @@ -14,9 +13,12 @@ Metrics/ClassLength: Max: 150 Metrics/MethodLength: Max: 15 + +Metrics/BlockLength: + Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: