Skip to content

RuboCop 1.37.1

Compare
Choose a tag to compare
@bbatsov bbatsov released this 24 Oct 06:35
· 1773 commits to master since this release

Bug fixes

  • #11102: Fix an error for Style/AccessModifierDeclarations when using access modifier in a block. (@koic)
  • #11107: Fix a false positive for Style/OperatorMethodCall when a constant receiver uses an operator method. (@koic)
  • #11104: Fix an error for Style/CollectionCompact when using reject method and receiver is a variable. (@koic)
  • #11114: Fix an error for Style/OperatorMethodCall when using obj.!. (@koic)
  • #11088: Fix an error when specifying SuggestExtensions: true. (@koic)
  • #11089: Fix an error for Style/RedundantStringEscape when using character literals (e.g. ?a). (@ydah)
  • #11098: Fix false positive for Style/RedundantStringEscape. (@tdeo)
  • #11095: Fix an error for Style/RedundantStringEscape cop when using ?\n string character literal. (@koic)