Back to Rubocop

V1.26.1

relnotes/v1.26.1.md

1.86.11.1 KB
Original Source

Bug fixes

  • #10375: Fix error for auto-correction of unless/else nested inside each other. (@jonas054)
  • #10457: Make Style/SelectByRegexp aware of ENV const. (@koic)
  • #10462: Fix an incorrect autocorrect for Lint/SymbolConversion when using a quoted symbol key with hash rocket. (@koic)
  • #10456: Fix a false positive for Layout/MultilineMethodCallIndentation when using EnforcedStyle: indented with indented assignment method. (@koic)
  • #10459: Fix a false positive for Layout/LineLength when long URIs in yardoc comments to have titles. (@ydah)
  • #10447: Fix an error for Style/SoleNestedConditional raises exception when inspecting if ... end if .... (@ydah)