rubocop.yml in yoti-1.4.0 vs rubocop.yml in yoti-1.5.0

- old
+ new

@@ -18,9 +18,12 @@ - yoti.gemspec Metrics/CyclomaticComplexity: Max: 9 +Metrics/ClassLength: + Max: 115 + Metrics/LineLength: Enabled: false Metrics/MethodLength: CountComments: false