New features
Bug fixes
- #437: Fix a false positive for
Performance/ChainArrayAllocation
when usingselect
with block argument afterselect
. (@koic) - #448: Fix a false positive for
Performance/RedundantBlockCall
when usingblock.call
with block argument. (@koic)
Changes
- #240: Disable
Performance/Casecmp
cop by default. (@parkerfinch)