New features
- #10040: Make
Lint/Debugger
aware of debug.rb. (@koic) - #9580: Add a new cop that enforces which bundler gem file to use. (@gregfletch)
Bug fixes
- #10033: Fix an incorrect auto-correct for
Style/BlockDelimiters
when there is a comment after the closing brace and using method chanin. (@koic) - #6630: Updated
Style/CommentAnnotation
to be able to handle multiword keyword phrases. (@dvandersluis) - #7836: Update
Style/BlockDelimeters
to addbegin
...end
when converting a block containingrescue
orensure
to braces. (@dvandersluis) - #10031: Fix a false positive for
Style/HashExcept
when comparing with hash value. (@koic)
Changes
- #10034: Add
RubyJard
debugger calls to Lint/Debugger/DebuggerMethods. (@DanielVartanov) - #10006: Interpolated string literals are no longer frozen since Ruby 3.0. (@splattael)
- #9328: Recognize shareable_constant_value magic comment. (@thearjunmdas, @caalberts)
- #10036: Mark
Style/StructInheritance
as unsafe auto-correction. (@koic)