gems rubocop 1.19.1
RuboCop 1.19.1

latest releases: 1.66.1, 1.66.0, 1.65.1...
3 years ago

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)

Don't miss a new rubocop release

NewReleases is sending notifications on new releases.