.rubocop.yml in lorj-1.0.18 vs .rubocop.yml in lorj-1.0.19

- old
+ new

@@ -34,10 +34,10 @@ # lets start with 40, but 10 is way to small.. Metrics/MethodLength: Max: 50 # If Method length is increased, class length need to be extended as well. Metrics/ClassLength: - Max: 150 + Max: 200 # allow arguments to be longer than 15 Metrics/AbcSize: Max: 50 # Perceived Complexity