File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 2.4.2 (2020-01-26)
6+
57### Bug fixes
68
79* [ #184 ] ( https://github.com/rubocop-hq/rubocop-rails/issues/184 ) : Fix ` Rake/Environment ` to allow task with no block. ([ @hanachin ] [ ] )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
44 module Rails
55 # This module holds the RuboCop Rails version information.
66 module Version
7- STRING = '2.4.1 '
7+ STRING = '2.4.2 '
88 end
99 end
1010end
Original file line number Diff line number Diff line change 1+ ### Bug fixes
2+
3+ * [ #184 ] ( https://github.com/rubocop-hq/rubocop-rails/issues/184 ) : Fix ` Rake/Environment ` to allow task with no block. ([ @hanachin ] [ ] )
4+ * [ #122 ] ( https://github.com/rubocop-hq/rubocop-rails/issues/122 ) : Fix ` Exclude ` paths that were not inherited. ([ @koic ] [ ] )
5+ * [ #187 ] ( https://github.com/rubocop-hq/rubocop-rails/pull/187 ) : Fix an issue that excluded files in rubocop-rails did not work. ([ @sinsoku ] [ ] )
6+ * [ #190 ] ( https://github.com/rubocop-hq/rubocop-rails/issues/190 ) : Fix ` Rails/SaveBang ` when return value is checked immediately. ([ @jas14 ] [ ] )
7+
8+ [ @hanachin ] : https://github.com/hanachin
9+ [ @koic ] : https://github.com/koic
10+ [ @sinsoku ] : https://github.com/sinsoku
11+ [ @jas14 ] : https://github.com/jas14
You can’t perform that action at this time.
0 commit comments