Skip to content

Bump rubocop-rails from 2.13.0 to 2.13.1

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

Bumps rubocop-rails from 2.13.0 to 2.13.1.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.13.1

Bug fixes

  • #601: Handle ignored_columns from mixins for Rails/UnusedIgnoredColumns cop. (@​tachyons)
  • #603: Fix autocorrection of multiple attributes for Rails/RedundantPresenceValidationOnBelongsTo cop. (@​pirj)
  • #608: Fix autocorrection of strict validation for Rails/RedundantPresenceValidationOnBelongsTo cop. (@​pirj)

Changes

  • #585: Make Rails/ReadWriteAttribute cop aware of shadowing methods. (@​drenmi)
  • #604: Remove remove_reference and remove_belongs_to methods from Rails/ReversibleMigration cop offenses. (@​TonyArra)
Changelog

Sourced from rubocop-rails's changelog.

2.13.1 (2022-01-10)

Bug fixes

  • #601: Handle ignored_columns from mixins for Rails/UnusedIgnoredColumns cop. ([@​tachyons][])
  • #603: Fix autocorrection of multiple attributes for Rails/RedundantPresenceValidationOnBelongsTo cop. ([@​pirj][])
  • #608: Fix autocorrection of strict validation for Rails/RedundantPresenceValidationOnBelongsTo cop. ([@​pirj][])

Changes

  • #585: Make Rails/ReadWriteAttribute cop aware of shadowing methods. ([@​drenmi][])
  • #604: Remove remove_reference and remove_belongs_to methods from Rails/ReversibleMigration cop offenses. ([@​TonyArra][])
Commits
  • e346e6f Cut 2.13.1
  • 3552dd2 Update Changelog
  • 6e31622 Update \<<next>> version for adoc when running release task
  • e504661 Make Performance/DeletePrefix and Performance/DeleteSuffix aware of multi...
  • 2e66c5c Merge pull request #611 from okuramasafumi/patch-1
  • e4de018 Add missing entry to CHANGELOG
  • d8d4489 Merge pull request #606 from TonyArra/reversible-migration-remove-reference
  • d0e6bcf Merge pull request #585 from Drenmi/feature/read-write-attribute-shadowing-me...
  • 8e0d453 Make ReadWriteAttribute cop aware of shadowing methods
  • 089a35a Merge pull request #610 from pirj/fix-608-skip-on-strict
  • 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