Skip to content

Commit 1a6bab6

Browse files
committed
Update Changelog
1 parent 1f19072 commit 1a6bab6

15 files changed

+28
-14
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
### New features
6+
7+
* [#624](https://github.com/rubocop/rubocop-rails/issues/624): Add new `Rails/I18nLocaleTexts` cop. ([@fatkodima][])
8+
* [#326](https://github.com/rubocop/rubocop-rails/pull/326): Add new `Rails/I18nLazyLookup` cop. ([@fatkodima][])
9+
* [#644](https://github.com/rubocop/rubocop-rails/pull/644): Add new `Rails/MigrationClassName` cop. ([@johnny-miyake][])
10+
* [#599](https://github.com/rubocop/rubocop-rails/issues/599): Add new `Rails/DuplicateAssociation` cop. ([@natematykiewicz][])
11+
* [#427](https://github.com/rubocop/rubocop-rails/issues/427): Add `Rails/DuplicateScope` cop. ([@natematykiewicz][])
12+
* [#642](https://github.com/rubocop/rubocop-rails/issues/642): New cop `Rails/TransactionExitStatement` to disallow `return`, `break` and `throw` in transactions. ([@teckwan][])
13+
* [#491](https://github.com/rubocop/rubocop-rails/pull/491): New `Rails/DeprecatedActiveModelErrorsMethods` cop. ([@lulalala][])
14+
* [#638](https://github.com/rubocop/rubocop-rails/pull/638): Add new `Rails/ActionControllerTestCase` cop. ([@gmcgibbon][])
15+
* [#574](https://github.com/rubocop/rubocop-rails/pull/574): Add new `Rails/TableNameAssignment` cop. ([@MaximeDucheneS][])
16+
17+
### Bug fixes
18+
19+
* [#636](https://github.com/rubocop/rubocop-rails/issues/636): Fix a false positive for `Rails/ContentTag` when using `tag` method in config/puma.rb. ([@koic][])
20+
* [#635](https://github.com/rubocop/rubocop-rails/pull/635): Handle `t.remove` with multiple columns in `Rails/BulkChangeTable`. ([@eugeneius][])
21+
22+
### Changes
23+
24+
* [#646](https://github.com/rubocop/rubocop-rails/issues/646): Exclude db/schema.rb and db/[CONFIGURATION_NAMESPACE]_schema.rb by default. ([@koic][])
25+
* [#650](https://github.com/rubocop/rubocop-rails/issues/650): Make `Rails/CompactBlank` aware of `delete_if(&:blank)`. ([@koic][])
26+
* [#631](https://github.com/rubocop/rubocop-rails/pull/631): Update `Rails/Pluck` to be aware of numblocks. ([@sammiya][])
27+
528
## 2.13.2 (2022-01-15)
629

730
### New features
@@ -541,3 +564,8 @@
541564
[@composerinteralia]: https://github.com/composerinteralia
542565
[@agrobbin]: https://github.com/agrobbin
543566
[@teckwan]: https://github.com/teckwan
567+
[@sammiya]: https://github.com/sammiya
568+
[@johnny-miyake]: https://github.com/johnny-miyake
569+
[@natematykiewicz]: https://github.com/natematykiewicz
570+
[@lulalala]: https://github.com/lulalala
571+
[@gmcgibbon]: https://github.com/gmcgibbon

changelog/change_exclude_db_schema_rb_and_db_configuration_namespace_schema_rb_by_default.md

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

changelog/change_make_rails_compact_blank_aware_of_reject_delete_if.md

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

changelog/change_update_railspluck_to_be_aware_of.md

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

changelog/fix_a_false_positive_for_rails_content_tag.md

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

changelog/fix_bulk_change_table_remove_multiple_columns.md

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

changelog/new_add_i18n_locale_texts_cop.md

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

changelog/new_add_new_i18n_lazy_lookup_cop.md

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

changelog/new_add_new_migrationclassname_cop.md

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

changelog/new_add_railsduplicateassociation_cop.md

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

0 commit comments

Comments
 (0)