RuboCop Rails v2.30.3
·
128 commits
to master
since this release
Bug fixes
- #1458: Fix a false positive for
Rails/RelativeDateConstantwhen assigning a lambda/proc with numblock. (@earlopain) - #1457: Fix a false positive for
Rails/ReversibleMigrationindrop_tablewith numblock. (@earlopain) - #1456: Fix a false positive for
Rails/CreateTableWithTimestampswith numblocks. (@earlopain) - #1459: Fix a false positive for
Rails/UniqBeforePluckwhen using a numblock withuniq. (@earlopain) - #1455: Make
Rails/SaveBangaware of numblocks. (@earlopain) - #1453: Make
Rails/TransactionExitStatementaware of numblocks. (@earlopain)
Changes
- #1179:
Rails/ReflectionClassName: Accept method calls on local variables. (@exterm) - #1385: Make
Lint/UselessAccessModifieraware ofActiveSupport::ConcernandModule#concerning/Module#concerncore extensions. (@earlopain) - #1454: Disable
Rails/Delegatefor controllers. (@earlopain)