Skip to content

RuboCop Rails 2.3.0

Compare
Choose a tag to compare
@koic koic released this 13 Aug 05:27
· 1507 commits to master since this release

New features

Bug fixes

  • #53: Fix a false positive for Rails/SaveBang when implicitly return using finder method and creation method connected by ||. (@koic)
  • #97: Fix two false negatives for Rails/EnumUniqueness. 1. When enum name is not a literal. 2. When enum has multiple definitions. (@santib)

Changes