.rubocop.yml in tjson-0.0.0 vs .rubocop.yml in tjson-0.1.0

- old
+ new

@@ -13,7 +13,16 @@ # # Metrics # +Metrics/AbcSize: + Enabled: false + +Metrics/CyclomaticComplexity: + Enabled: false + Metrics/ClassLength: Max: 100 + +Metrics/MethodLength: + Max: 25