Skip to content

RuboCop 1.26.1

Compare
Choose a tag to compare
@bbatsov bbatsov released this 22 Mar 13:46
· 3113 commits to master since this release

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)