Changelog for
ruby3.1-rubygem-rubocop-rails-2.14.2-150300.1.2.x86_64.rpm :
* Thu Apr 28 2022 cooloAATTsuse.comupdated to version 2.14.2 no changelog found
* Tue Jan 25 2022 cooloAATTsuse.comupdated to version 2.13.2 no changelog found
* Sat Dec 25 2021 mschnitzerAATTsuse.com- updated to version 2.13.0 [#]# 2.13.0 (2021-12-25) [#]## New features
* [#586](https://github.com/rubocop/rubocop-rails/pull/586): Add new `Rails/RootJoinChain` cop. ([AATTleoarnold][])
* [#571](https://github.com/rubocop/rubocop-rails/issues/571): Add `Rails/DurationArithmetic` cop. ([AATTpirj][])
* [#594](https://github.com/rubocop/rubocop-rails/pull/594): Add `Rails/RedundantPresenceValidationOnBelongsTo` cop. ([AATTpirj][])
* [#568](https://github.com/rubocop/rubocop-rails/issues/568): Add `Rails/SchemaComment` cop. ([AATTvitormd][]) [#]## Changes
* [#591](https://github.com/rubocop/rubocop-rails/issues/591): Add `change_column` check to `Rails/ReversibleMigration`. ([AATTmattmccormick][])
* Add `remove_reference` check to `Rails/ReversibleMigration`. ([AATTmattmccormick][])
* [#576](https://github.com/rubocop/rubocop-rails/pull/576): Mark `Rails/TimeZone` as unsafe auto-correction from unsafe. ([AATTkoic][])
* [#582](https://github.com/rubocop/rubocop-rails/pull/582): Unmark `AutoCorrect: false` from `Rails/RelativeDateConstant`. ([AATTkoic][])
* [#580](https://github.com/rubocop/rubocop-rails/pull/580): Unmark `AutoCorrect: false` from `Rails/UniqBeforePluck`. ([AATTkoic][])
* Wed Dec 22 2021 mschnitzerAATTsuse.com- updated to version 2.12.4 [#]## Bug fixes
* [#573](https://github.com/rubocop/rubocop-rails/pull/573): Fix an error for `Rails/FindEach` when using `where` with no receiver. ([AATTkoic][])
* Sat Oct 09 2021 mschnitzerAATTsuse.com- updated to version 2.12.3 [#]# 2.12.3 (2021-10-06) [#]## Bug fixes
* [#556](https://github.com/rubocop/rubocop-rails/issues/556): Fix a false positive for `Rails/ContentTag` when using using the `tag` method with 3 or more arguments. ([AATTkoic][])
* [#551](https://github.com/rubocop/rubocop-rails/issues/551): Fix a false positive for `Rails/FindEach` when using `model.errors.where` in Rails 6.1. ([AATTkoic][])
* [#543](https://github.com/rubocop/rubocop-rails/issues/543): Fix an error for `Rails/ContentTag` when `tag` is not a top-level method. ([AATTkoic][])
* [#559](https://github.com/rubocop/rubocop-rails/issues/559): Fix an error for `Rails/RelativeDateConstant` when using multiple assignment. ([AATTkoic][])
* [#553](https://github.com/rubocop/rubocop-rails/pull/553): Fix a false positive for `Rails/ReversibleMigration` when using `t.remove` with `type` option in Rails 6.1. ([AATTkoic][]) [#]## Changes
* [#546](https://github.com/rubocop/rubocop-rails/issues/546): Exclude `app/models` by default for `Rails/ContentTag`. ([AATTkoic][])
* [#570](https://github.com/rubocop/rubocop-rails/pull/570): Make `Rails/CreateTableWithTimestamps` respect `active_storage_variant_records` table of `db/migrate/
*_create_active_storage_tables.active_storage.rb` auto-generated by `bin/rails active_storage:install` even if `created_at` is not specified. ([AATTkoic][]) [#]# 2.12.2 (2021-09-11) [#]## Bug fixes
* [#541](https://github.com/rubocop/rubocop-rails/issues/541): Fix an error for `Rails/HasManyOrHasOneDependent` when using lambda argument and specifying `:dependent` strategy. ([AATTkoic][]) [#]# 2.12.1 (2021-09-10) [#]## Bug fixes
* [#535](https://github.com/rubocop/rubocop-rails/issues/535): Fix an error for `Rails/HasManyOrHasOneDependent` when using lambda argument and not specifying any options. ([AATTkoic][]) [#]# 2.12.0 (2021-09-09) [#]## New features
* [#521](https://github.com/rubocop/rubocop-rails/pull/521): Support auto-correction for `Rails/Output`. ([AATTkoic][])
* [#520](https://github.com/rubocop/rubocop-rails/pull/520): Support auto-correction for `Rails/ScopeArgs`. ([AATTkoic][])
* [#524](https://github.com/rubocop/rubocop-rails/pull/524): Add new `Rails/RedundantTravelBack` cop. ([AATTkoic][]) [#]## Bug fixes
* [#528](https://github.com/rubocop/rubocop-rails/issues/528): Fix a false positive for `Rails/HasManyOrHasOneDependent` when specifying `:dependent` strategy with double splat. ([AATTkoic][])
* [#529](https://github.com/rubocop/rubocop-rails/issues/529): Fix a false positive for `Rails/LexicallyScopedActionFilter` when action method is aliased by `alias_method`. ([AATTkoic][])
* [#532](https://github.com/rubocop/rubocop-rails/issues/532): Fix a false positive for `Rails/HttpPositionalArguments` when defining `get` in `Rails.application.routes.draw` block. ([AATTkoic][]) [#]## Changes
* [#260](https://github.com/rubocop/rubocop-rails/issues/260): Change target of `Rails/ContentTag` from `content_tag` method to `tag` method. ([AATTtabuchi0919][])
* Sun Jul 11 2021 mschnitzerAATTsuse.com- updated to version 2.11.3 [#]## Bug fixes
* [#517](https://github.com/rubocop/rubocop-rails/pull/517): Fix an issue for `Rails/UniqueValidationWithoutIndex` when validating uniqueness with a polymorphic scope. ([AATTtheunraveler][])
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 2.11.0 no changelog found
* Fri May 14 2021 mschnitzerAATTsuse.com- updated to version 2.10.1
* [#478](https://github.com/rubocop/rubocop-rails/pull/478): Fix `Rails/ReversibleMigrationMethodDefinition` cop\'s `Include`. ([AATTrhymes][])
* Sun Apr 11 2021 mschnitzerAATTsuse.com- initialize package