Skip to content

RuboCop Rails 2.4.2

Compare
Choose a tag to compare
@koic koic released this 26 Jan 07:47
· 1417 commits to master since this release

Bug fixes

  • #184: Fix Rake/Environment to allow task with no block. (@hanachin)
  • #122: Fix Exclude paths that were not inherited. (@koic)
  • #187: Fix an issue that excluded files in rubocop-rails did not work. (@sinsoku)
  • #190: Fix Rails/SaveBang when return value is checked immediately. (@jas14)