Closed dvandersluis closed 2 weeks ago
Thank you @Earlopain! Everything is green now. Marking this PR as ready for review.
Great. Could you add a Changelog entry please 🙏
Yes! Updated now.
Thanks so much ❤️
Released as 1.36.0
One consideration, I don't believe this should show the deprecation warning rightaway. There is currently no RuboCop version that will not show this warning
Given the upcoming method change in #336, but also the fact that the tests of that PR cannot pass as-is since rubocop is still relying on the old definition, I thought it would make sense to deprecate
EnsureNode#body
and add#branch
as an alias. Once released, I can update the uses ofEnsureNode#body
in rubocop (and extensions) without breaking anything, which will allow the "Main Gem Specs" CI to pass.