We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b454fa + 496c633 commit 5190a68Copy full SHA for 5190a68
changelog/fix_include_value_in.md
@@ -0,0 +1 @@
1
+* [#723](https://github.com/rubocop/rubocop-rails/pull/723): Fix include value in `Rails/AttributeDefaultBlockValue`. ([@kkitadate][])
config/default.yml
@@ -160,7 +160,7 @@ Rails/AttributeDefaultBlockValue:
160
Enabled: pending
161
VersionAdded: '2.9'
162
Include:
163
- - 'models/**/*'
+ - 'app/models/**/*'
164
165
Rails/BelongsTo:
166
Description: >-
0 commit comments