config/default.yml in rubocop-rails-2.15.0 vs config/default.yml in rubocop-rails-2.15.1
- old
+ new
@@ -158,10 +158,10 @@
Rails/AttributeDefaultBlockValue:
Description: 'Pass method call in block for attribute option `default`.'
Enabled: pending
VersionAdded: '2.9'
Include:
- - 'models/**/*'
+ - 'app/models/**/*'
Rails/BelongsTo:
Description: >-
Use `optional: true` instead of `required: false` for
`belongs_to` relations.