.rubocop.yml in roku_builder-3.12.8 vs .rubocop.yml in roku_builder-3.13.0

- old
+ new

@@ -219,12 +219,12 @@ StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#three-is-the-number-thou-shalt-count' Enabled: true Max: 4 Metrics/ClassLength: - Description: 'Avoid classes longer than 250 lines of code.' + Description: 'Avoid classes longer than 350 lines of code.' Enabled: true - Max: 250 + Max: 350 Metrics/CyclomaticComplexity: Description: >- A complexity metric that is strongly correlated to the number of test cases needed to validate a method.