Bug fixes
- #1458: Fix a false positive for
Rails/RelativeDateConstant
when assigning a lambda/proc with numblock. (@earlopain) - #1457: Fix a false positive for
Rails/ReversibleMigration
indrop_table
with numblock. (@earlopain) - #1456: Fix a false positive for
Rails/CreateTableWithTimestamps
with numblocks. (@earlopain) - #1459: Fix a false positive for
Rails/UniqBeforePluck
when using a numblock withuniq
. (@earlopain) - #1455: Make
Rails/SaveBang
aware of numblocks. (@earlopain) - #1453: Make
Rails/TransactionExitStatement
aware of numblocks. (@earlopain)
Changes
- #1179:
Rails/ReflectionClassName
: Accept method calls on local variables. (@exterm) - #1385: Make
Lint/UselessAccessModifier
aware ofActiveSupport::Concern
andModule#concerning
/Module#concern
core extensions. (@earlopain) - #1454: Disable
Rails/Delegate
for controllers. (@earlopain)