Skip to content

Commit 964268c

Browse files
committed
Update Changelog
1 parent 036d6ef commit 964268c

6 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## master (unreleased)
44

5+
### Bug fixes
6+
7+
* [#825](https://github.com/rubocop/rubocop-rails/issues/825): Fix a false positive for `Rails/ActionControllerFlashBeforeRender` when using condition before `redirect_to`. ([@koic][])
8+
* [#833](https://github.com/rubocop/rubocop-rails/issues/833): Fix a false positive for `Rails/Pluck` when receiver is not block argument for `[]`. ([@koic][])
9+
* [#834](https://github.com/rubocop/rubocop-rails/issues/834): Fix an error for `Rails/WhereNotWithMultipleConditions` when using `where.not` with empty hash literal. ([@koic][])
10+
* [#833](https://github.com/rubocop/rubocop-rails/issues/833): Fix a false positive for `Rails/Pluck` when using multiple block arguments. ([@koic][])
11+
12+
### Changes
13+
14+
* [#832](https://github.com/rubocop/rubocop-rails/issues/832): Mark `Rails/ActionControllerFlashBeforeRender`, `Rails/ActionControllerTestCase`, and `Rails/RootPathnameMethods` cops as unsafe autocorrection. ([@koic][])
15+
516
## 2.17.1 (2022-10-25)
617

718
### Bug fixes

changelog/fix_a_false_positive_for_rails_action_controller_flash_before_render.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_a_false_positive_for_rails_pluck.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_an_error_for_rails_where_not_with_multiple_conditions.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_false_positive_for_rails_pluck.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/mark_some_rails_cops_as_unsafe_autocorrection

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)