Bug fixes
- #10143: Fix an error for
Lint/RequireRelativeSelfPath
when using a variable as an argument ofrequire_relative
. (@koic) - #10140: Fix false positive for
Layout/DotPosition
when a heredoc receives a method on the same line as the start sigil intrailing
style. (@dvandersluis) - #10148: Fix
Style/QuotedSymbols
handling escaped characters incorrectly. (@dvandersluis) - #10145: Update
Style/SelectByRegexp
to ignore cases where the receiver appears to be a hash. (@dvandersluis)