Back to Rubocop

V1.16.1

relnotes/v1.16.1.md

1.86.11.0 KB
Original Source

Bug fixes

  • #9843: Fix Style/RedundantSelf to allow conditional nodes to use self in the condition when a variable named is shadowed inside. (@dvandersluis)
  • #9845: Fix Style/QuotedSymbols for hash-rocket hashes. (@dvandersluis)
  • #9849: Fix a false negative for Layout/HashAlignment when setting EnforcedStyle: with_fixed_indentation of Layout/ArgumentAlignment and using misaligned keyword arguments. (@koic)
  • #9854: Allow braced numeric blocks in omit_parentheses style of Style/MethodCallWithArgsParentheses. (@gsamokovarov)
  • #9850: Fix missing AllowComments option for Lint/EmptyInPattern. (@koic)