.rubocop.yml in vundabar-0.1.0 vs .rubocop.yml in vundabar-0.2.0

- old
+ new

@@ -1,12 +1,9 @@ AllCops: Exclude: - "vendor/**/*" - "db/schema.rb" - - "Gemfile" - - "config/**/*" - - "spec/rails_helper.rb" - - "spec/spec_helper.rb" + - "*.gemspec" UseCache: false Style/CollectionMethods: Description: Preferred collection methods. StyleGuide: https://github.com/bbatsov/ruby-style-guide#map-find-select-reduce-size Enabled: true