Skip to content

RuboCop 1.53.1

Compare
Choose a tag to compare
@bbatsov bbatsov released this 26 Jun 10:57
· 1530 commits to master since this release

Bug fixes

  • #11974: Fix an error for Style/RedundantCurrentDirectoryInPath when using string interpolation in require_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)