.rubocop.yml in pact_broker-2.80.0 vs .rubocop.yml in pact_broker-2.81.0

- old
+ new

@@ -207,12 +207,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 260 lines of code.' Enabled: true - Max: 250 + Max: 260 Exclude: - lib/pact_broker/test/*.rb Metrics/CyclomaticComplexity: Description: >-