.rubocop.yml in git_topic-0.3.3 vs .rubocop.yml in git_topic-0.4.0

- old
+ new

@@ -9,5 +9,12 @@ - '.+' Metrics/BlockLength: Exclude: - 'spec/**/*' + - 'git_topic.gemspec' + +RSpec/NestedGroups: + Max: 4 + +RSpec/MultipleExpectations: + Enabled: false # This project enables to define multiple expectations