.rubocop.yml in sentry-raven-2.7.1 vs .rubocop.yml in sentry-raven-2.7.2

- old
+ new

@@ -5,26 +5,26 @@ Exclude: - 'examples/**/*' - 'vendor/**/*' Metrics/ClassLength: - Max: 262 + Max: 268 CountComments: false Metrics/AbcSize: - Max: 58 + Max: 30 Metrics/CyclomaticComplexity: - Max: 13 + Max: 12 Metrics/PerceivedComplexity: - Max: 13 + Max: 11 Metrics/LineLength: Max: 155 Metrics/MethodLength: - Max: 41 + Max: 30 Style/SignalException: Enabled: false Performance/Casecmp: