Skip to content

Commit 151f4ef

Browse files
committed
Update Changelog
1 parent 636a726 commit 151f4ef

8 files changed

+17
-7
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
### New features
6+
7+
* [#614](https://github.com/rubocop/rubocop-rails/pull/614): Add `IgnoreScopes` config option for `Rails/InverseOf` cop. ([@composerinteralia][])
8+
9+
### Bug fixes
10+
11+
* [#620](https://github.com/rubocop/rubocop-rails/issues/620): Fix a false positive for `Rails/RedundantPresenceValidationOnBelongsTo` using presence with a message. ([@koic][])
12+
* [#626](https://github.com/rubocop/rubocop-rails/issues/626): Fix a false positive for `Rails/CompactBlank` when using the receiver of `blank?` is not a block variable. ([@koic][])
13+
* [#622](https://github.com/rubocop/rubocop-rails/pull/622): Add `month(s)` and `year(s)` to `Rails/DurationArithmetic` cop. ([@agrobbin][])
14+
* [#623](https://github.com/rubocop/rubocop-rails/issues/623): Fix method shadowing check for `Rails/ReadWriteAttribute` cop. ([@nvasilevski][])
15+
16+
### Changes
17+
18+
* [#615](https://github.com/rubocop/rubocop-rails/issues/615): Change `Rails/RedundantPresenceValidationOnBelongsTo` to `SafeAutoCorrect: false`. ([@TonyArra][])
19+
* [#463](https://github.com/rubocop/rubocop-rails/issues/463): Support multiple databases for `ReversibleMigration` and `ReversibleMigrationMethodDefinition` cops. ([@fatkodima][])
20+
521
## 2.13.1 (2022-01-10)
622

723
### Bug fixes
@@ -520,3 +536,4 @@
520536
[@TonyArra]: https://github.com/TonyArra
521537
[@tachyons]: https://github.com/tachyons
522538
[@composerinteralia]: https://github.com/composerinteralia
539+
[@agrobbin]: https://github.com/agrobbin

changelog/change_mark_redundant_presence_validation_on_belongs_to_as_unsafe_autocorrect.md

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

changelog/change_migration_cops_multiple_databases.md

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

changelog/fix_a_false_positive_for_rails_redundant_presence_validation_on_belongs_to.md

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

changelog/fix_false_positive_for_rails_compact_blank.md

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

changelog/fix_missing_duration_methods_for_rails_duration_arithmetic.md

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

changelog/fix_skip_method_shadowing_check_if_attr_is_non_str_or_sym.md

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

changelog/new_allow_ignoring_scopes_for_inverse_of_cop.md

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

0 commit comments

Comments
 (0)