Skip to content

RuboCop Rails 2.3.2

Compare
Choose a tag to compare
@koic koic released this 01 Sep 02:07
· 1493 commits to master since this release

2.3.2 (2019-09-01)

Bug fixes

  • #118: Fix an incorrect autocorrect for Rails/Validation when attributes are specified with array literal. (@koic)
  • #116: Fix an incorrect autocorrect for Rails/Presence when else branch of ternary operator is not nil. (@koic)