Skip to content

Bump rubocop-rails from 2.13.1 to 2.13.2

George Koltsov requested to merge dependabot-bundler-rubocop-rails-2.13.2 into master

Bumps rubocop-rails from 2.13.1 to 2.13.2.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.13.2

New features

Bug fixes

  • #620: Fix a false positive for Rails/RedundantPresenceValidationOnBelongsTo using presence with a message. (@​koic)
  • #626: Fix a false positive for Rails/CompactBlank when using the receiver of blank? is not a block variable. (@​koic)
  • #622: Add month(s) and year(s) to Rails/DurationArithmetic cop. (@​agrobbin)
  • #623: Fix method shadowing check for Rails/ReadWriteAttribute cop. (@​nvasilevski)

Changes

  • #615: Change Rails/RedundantPresenceValidationOnBelongsTo to SafeAutoCorrect: false. (@​TonyArra)
  • #463: Support multiple databases for ReversibleMigration and ReversibleMigrationMethodDefinition cops. (@​fatkodima)
Changelog

Sourced from rubocop-rails's changelog.

2.13.2 (2022-01-15)

New features

Bug fixes

  • #620: Fix a false positive for Rails/RedundantPresenceValidationOnBelongsTo using presence with a message. ([@​koic][])
  • #626: Fix a false positive for Rails/CompactBlank when using the receiver of blank? is not a block variable. ([@​koic][])
  • #622: Add month(s) and year(s) to Rails/DurationArithmetic cop. ([@​agrobbin][])
  • #623: Fix method shadowing check for Rails/ReadWriteAttribute cop. ([@​nvasilevski][])

Changes

  • #615: Change Rails/RedundantPresenceValidationOnBelongsTo to SafeAutoCorrect: false. ([@​TonyArra][])
  • #463: Support multiple databases for ReversibleMigration and ReversibleMigrationMethodDefinition cops. ([@​fatkodima][])
Commits
  • 14780fd Cut 2.13.2
  • 151f4ef Update Changelog
  • 636a726 Merge pull request #629 from koic/fix_a_false_positive_for_rails_compact_blank
  • b8e8405 Merge pull request #625 from koic/fix_a_false_positive_for_rails_redundant_pr...
  • 9bf85ea Merge pull request #622 from agrobbin/duration-arithmetic-months-years
  • 799f9c7 [Fix #628] Fix a false positive for Rails/CompactBlank
  • 0a90255 Merge pull request #627 from koic/fix_false_positive_for_rails_compact_blank
  • ba66b6f [Fix #626] Fix a false positive for Rails/CompactBlank
  • 72feeb5 Merge pull request #619 from nvasilevski/fix-read-write-attribute-cop
  • f10b921 [Fix #620] Fix a false positive for `Rails/RedundantPresenceValidationOnBelon...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports