Bug fixes
- #11974: Fix an error for
Style/RedundantCurrentDirectoryInPath
when using string interpolation inrequire_relative
. (@koic) - #11981: Fix an incorrect autocorrect for
Style/RedundantRegexpArgument
when using double quote and single quote characters. (@koic) - #11836: Should not offense single-quoted symbol containing double quotes in
Lint/SymbolConversion
. (@KessaPassa)