- Add optional support for Prism parser (use
--prism
) - Handle parallel assignment with splats (#1833)
- Warn about unscoped finds with
find_by!
(#1786) - Add initial Rails 8 support (Ron Shinall)
- Add support for symbolic links (Lu Zhu)
- Support YAML aliases in secret configs (Chedli Bourguiba)
- Add
--show-ignored
option (Gabriel Arcangel Zayas) - Treat
::X
andX
the same, for now (Jill Klang) - Remediation advice for command injection Nicholas Barone
- Fix compatibility with default frozen string literals (Jean Boussier)
- Fix Ruby warnings in test suite (Jean Boussier)