.rubocop.yml in bcupgrade-0.2.0 vs .rubocop.yml in bcupgrade-0.3.0

- old
+ new

@@ -4,5 +4,13 @@ AllCops: DisplayCopNames: true LineLength: Max: 120 + +Metrics/BlockLength: + Exclude: + - 'spec/**/*' + - 'test/**/*' + +RSpec/NestedGroups: + Max: 4