Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-24 | 661 Bytes | |
RuboCop Rails 2.30.2 source code.tar.gz | 2025-02-24 | 287.0 kB | |
RuboCop Rails 2.30.2 source code.zip | 2025-02-24 | 469.5 kB | |
Totals: 3 Items | 757.1 kB | 0 |
Bug fixes
- #1447: Fix false positive for
Rails/LexicallyScopedActionFilter
when action methods are delegated. (@vlad-pisanov) - #1446: Fix false positives for
Rails/Delegate
whenmodule_function
is used. (@ydakuka) - #1427: Fix an error for
Rails/UniqBeforePluck
whenpluck
andunique
are on different lines. (@earlopain)