Skip to content

RuboCop Rails 2.30.2

Compare
Choose a tag to compare
@koic koic released this 24 Feb 08:00
· 42 commits to master since this release

Bug fixes

  • #1447: Fix false positive for Rails/LexicallyScopedActionFilter when action methods are delegated. (@vlad-pisanov)
  • #1446: Fix false positives for Rails/Delegate when module_function is used. (@ydakuka)
  • #1427: Fix an error for Rails/UniqBeforePluck when pluck and unique are on different lines. (@earlopain)