|
2 | 2 |
|
3 | 3 | ## master (unreleased)
|
4 | 4 |
|
| 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 | + |
5 | 28 | ## 2.13.2 (2022-01-15)
|
6 | 29 |
|
7 | 30 | ### New features
|
|
541 | 564 | [@composerinteralia]: https://github.com/composerinteralia
|
542 | 565 | [@agrobbin]: https://github.com/agrobbin
|
543 | 566 | [@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 |
0 commit comments