Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-03 | 1.5 kB | |
RuboCop Rails v2.30.3 source code.tar.gz | 2025-03-03 | 288.2 kB | |
RuboCop Rails v2.30.3 source code.zip | 2025-03-03 | 471.5 kB | |
Totals: 3 Items | 761.2 kB | 0 |
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)