Skip to content

RuboCop Rails 2.26.2

Latest
Compare
Choose a tag to compare
@koic koic released this 21 Sep 03:52
· 18 commits to master since this release

Bug fixes

  • #1362: Fix false positives for Rails/EnumSyntax when using Ruby 2.7. (@koic)
  • #1269: Fix false positives for Rails/ActionControllerFlashBeforeRender in combination with implicit returns. (@earlopain)
  • #1326: Fix wrong autocorrect for Rails/FilePath when passing an array to File.join. (@earlopain)

Changes