Bug fixes
- #12138: Fix a false positive for
Layout/LineContinuationLeadingSpace
when a backslash is part of a multiline string literal. (@ymap) - #12155: Fix false positive for
Layout/RedundantLineBreak
when using a modified singleton method definition. (@koic) - #12143: Fix a false positive for
Lint/ToEnumArguments
when using anonymous keyword arguments forwarding. (@koic) - #12148: Fix an incorrect autocorrect for
Lint/NonAtomicFileOperation
when usingFileUtils.remove_dir
,FileUtils.remove_entry
, orFileUtils.remove_entry_secure
. (@koic) - #12141: Fix false positive for
Style/ArgumentsForwarding
when method def includes additional kwargs. (@owst) - #12154: Fix incorrect
diagnosticProvider
value of LSP. (@koic)