github rubocop/rubocop v1.25.1
RuboCop 1.25.1

latest releases: v1.63.5, v1.63.3, v1.63.4...
2 years ago

Bug fixes

  • #10359: Fix a false positive and negative for Style/HashSyntax when using hash value omission. (@koic)
  • #10387: Fix an error for Style/RedundantBegin when assigning nested begin blocks. (@koic)
  • #10366: Fix a false positive for Style/MethodCallWithArgsParentheses when setting EnforcedStyle: omit_parentheses and using hash value omission with modifier from. (@koic)
  • #10376: Fix an error for Layout/RescueEnsureAlignment when using .() call with block. (@koic)
  • #10364: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. (@koic)
  • #10371: Fix a false negative for Style/HashSyntax when Hash[foo: foo] or {foo: foo} is followed by a next expression. (@koic)
  • #10394: Fix an error for Style/SwapValues when assigning receiver object at def. (@koic)
  • #10379: Fix an error for Layout/EmptyLinesAroundExceptionHandlingKeywords when rescue and end are on the same line. (@koic)

Don't miss a new rubocop release

NewReleases is sending notifications on new releases.