rubocop-hq/rubocop

View on GitHub
relnotes/v1.28.1.md

Summary

Maintainability
Test Coverage
### Bug fixes

* [#10559](https://github.com/rubocop/rubocop/issues/10559): Fix crash on CodeLengthCalculator if method call is not parenthesized. ([@nobuyo][])
* [#10557](https://github.com/rubocop/rubocop/issues/10557): Fix a false positive for `Style/FetchEnvVar` when `ENV['key']` is a receiver of `||=`. ([@koic][])

[@nobuyo]: https://github.com/nobuyo
[@koic]: https://github.com/koic