Skip to content

Commit 801d002

Browse files
committed
Update Changelog
1 parent ef73348 commit 801d002

10 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1458](https://github.com/rubocop/rubocop-rails/pull/1458): Fix a false positive for `Rails/RelativeDateConstant` when assigning a lambda/proc with numblock. ([@earlopain][])
15+
* [#1457](https://github.com/rubocop/rubocop-rails/pull/1457): Fix a false positive for `Rails/ReversibleMigration` in `drop_table` with numblock. ([@earlopain][])
16+
* [#1456](https://github.com/rubocop/rubocop-rails/pull/1456): Fix a false positive for `Rails/CreateTableWithTimestamps` with numblocks. ([@earlopain][])
17+
* [#1459](https://github.com/rubocop/rubocop-rails/pull/1459): Fix a false positive for `Rails/UniqBeforePluck` when using a numblock with `uniq`. ([@earlopain][])
18+
* [#1455](https://github.com/rubocop/rubocop-rails/pull/1455): Make `Rails/SaveBang` aware of numblocks. ([@earlopain][])
19+
* [#1453](https://github.com/rubocop/rubocop-rails/pull/1453): Make `Rails/TransactionExitStatement` aware of numblocks. ([@earlopain][])
20+
21+
### Changes
22+
23+
* [#1179](https://github.com/rubocop/rubocop-rails/issues/1179): `Rails/ReflectionClassName`: Accept method calls on local variables. ([@exterm][])
24+
* [#1385](https://github.com/rubocop/rubocop-rails/pull/1385): Make `Lint/UselessAccessModifier` aware of `ActiveSupport::Concern` and `Module#concerning`/`Module#concern` core extensions. ([@earlopain][])
25+
* [#1454](https://github.com/rubocop/rubocop-rails/issues/1454): Disable `Rails/Delegate` for controllers. ([@earlopain][])
26+
1227
## 2.30.2 (2025-02-24)
1328

1429
### Bug fixes
@@ -1245,3 +1260,4 @@
12451260
[@mterada1228]: https://github.com/mterada1228
12461261
[@franzliedke]: https://github.com/franzliedke
12471262
[@ydakuka]: https://github.com/ydakuka
1263+
[@exterm]: https://github.com/exterm

changelog/change_accept_method_calls_on_local_variables.md

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

changelog/change_lint_useless_access_modifier_as_concern.md

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

changelog/change_no_delegate_controllers.md

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

changelog/fix_false_positive_relative_date_const_numblock.md

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

changelog/fix_false_positive_reversible_migration_numblock.md

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

changelog/fix_false_positive_table_timestamp_numblock.md

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

changelog/fix_false_positive_uniq_before_pluck_numblock.md

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

changelog/fix_save_bang_numblocks.md

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

changelog/fix_transaction_exit_numblocks.md

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

0 commit comments

Comments
 (0)