Skip to content

RuboCop Rails v2.33.4

Choose a tag to compare

@github-actions github-actions released this 27 Sep 06:27
· 95 commits to master since this release

Bug fixes

  • #1530: Fix an incorrect autocorrect for Rails/FindByOrAssignmentMemoization when using endless method definition. (@koic)
  • #1522: Fix an error for Rails/FindBy when where takes a block. (@earlopain)
  • #1182: Fix a false positive for Rails/ActionControllerFlashBeforeRender when flash is called in a block. (@5hun-s)