.rubocop.yml in martinet-0.1.0 vs .rubocop.yml in martinet-0.1.1
- old
+ new
@@ -1,9 +1,10 @@
AllCops:
TargetRubyVersion: 2.1
Exclude:
- "vendor/**/*"
- "db/schema.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