Skip to content

RuboCop Rails v2.33.1

Choose a tag to compare

@github-actions github-actions released this 11 Aug 22:52
· 80 commits to master since this release

Bug fixes

  • #1508: Fix an error for Rails/TransactionExitStatement when transaction is part of a method chain. (@earlopain)
  • #1510: Fix Rails/OrderArguments cop false positives when using column index argument. (@viralpraxis)
  • #1511: Don't register offenses for Rails/WhereExists when exists? is given multiple or splat arguments. (@lovro-bikic)