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

- old
+ new

@@ -14,9 +14,12 @@ Max: 150 Metrics/MethodLength: Max: 15 +Metrics/AbcSize: + Enabled: false + Metrics/BlockLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false