.rubocop.yml in subhash-0.1.2 vs .rubocop.yml in subhash-0.1.3

- old
+ new

@@ -29,5 +29,8 @@ Max: 150 # allow arguments to be longer than 15 Metrics/AbcSize: Max: 40 + +Metrics/CyclomaticComplexity: + Max: 7