.rubocop.yml in url_regexp-0.1.2 vs .rubocop.yml in url_regexp-0.1.3

- old
+ new

@@ -2,18 +2,20 @@ AllCops: Include: - 'lib/**/*' - 'spec/**/*' Metrics/AbcSize: - Max: 32 + Max: 40 Metrics/LineLength: Max: 99 Metrics/CyclomaticComplexity: Max: 20 Metrics/PerceivedComplexity: Max: 20 Metrics/MethodLength: Max: 30 +Metrics/BlockNesting: + Max: 4 Documentation: Enabled: false Style/SignalException: EnforcedStyle: only_raise