config/default.yml in rubocop-0.19.1 vs config/default.yml in rubocop-0.20.0
- old
+ new
@@ -6,14 +6,14 @@
- disabled.yml
# Common configuration.
AllCops:
# Include gemspec and Rakefile
- Includes:
+ Include:
- '**/*.gemspec'
- '**/Rakefile'
- Excludes:
+ Exclude:
- 'vendor/**'
# By default, the rails cops are not run. Override in project or home
# directory .rubocop.yml files, or by giving the -R/--rails option.
RunRailsCops: false
@@ -435,10 +435,10 @@
HasAndBelongsToMany:
Include:
- app/models/*.rb
-ReadAttribute:
+ReadWriteAttribute:
Include:
- app/models/*.rb
ScopeArgs:
Include: