Skip to content

RuboCop 1.19.1

Compare
Choose a tag to compare
@bbatsov bbatsov released this 26 Aug 07:52
· 3352 commits to master since this release

Bug fixes

  • #10017: Fixan error for Layout/RescueEnsureAlignment when using zsuper with block. (@koic)
  • #10011: Fix a false positive for Style/RedundantSelfAssignmentBranch when using instance variable, class variable, and global variable. (@koic)
  • #10010: Fix a false positive for Style/DoubleNegation when !! is used at return location and before rescue keyword. (@koic)
  • #10014: Fix Style/Encoding to handle more situations properly. (@dvandersluis)
  • #10016: Fix conflict between Style/SoleNestedConditional and Style/NegatedIf/Style/NegatedUnless. (@dvandersluis)
  • #10024: Fix an incorrect auto-correct for Style/RedundantSelfAssignmentBranch when using multiline if / else conditional assignment. (@koic)
  • #10004: Fix a false positive for Style/RedundantBegin when using one-liner with semicolon. (@koic)