Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

Bumps rubocop-rails from 2.10.1 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)

RuboCop Rails 2.13.0

New features

Changes

  • #591: Add change_column check to Rails/ReversibleMigration. (@​mattmccormick)
  • Add remove_reference check to Rails/ReversibleMigration. (@​mattmccormick)
  • #576: Mark Rails/TimeZone as unsafe auto-correction from unsafe. (@​koic)
  • #582: Unmark AutoCorrect: false from Rails/RelativeDateConstant. (@​koic)
  • #580: Unmark AutoCorrect: false from Rails/UniqBeforePluck. (@​koic)

RuboCop Rails 2.12.4

Bug fixes

  • #573: Fix an error for Rails/FindEach when using where with no receiver. (@​koic)

RuboCop Rails 2.12.3

Bug fixes

  • #556: Fix a false positive for Rails/ContentTag when using using the tag method with 3 or more arguments. (@​koic)

... (truncated)

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][])

2.13.0 (2021-12-25)

New features

Changes

  • #591: Add change_column check to Rails/ReversibleMigration. ([@​mattmccormick][])
  • Add remove_reference check to Rails/ReversibleMigration. ([@​mattmccormick][])
  • #576: Mark Rails/TimeZone as unsafe auto-correction from unsafe. ([@​koic][])
  • #582: Unmark AutoCorrect: false from Rails/RelativeDateConstant. ([@​koic][])
  • #580: Unmark AutoCorrect: false from Rails/UniqBeforePluck. ([@​koic][])

2.12.4 (2021-10-16)

Bug fixes

  • #573: Fix an error for Rails/FindEach when using where with no receiver. ([@​koic][])

2.12.3 (2021-10-06)

Bug fixes

  • #556: Fix a false positive for Rails/ContentTag when using using the tag method with 3 or more arguments. ([@​koic][])
  • #551: Fix a false positive for Rails/FindEach when using model.errors.where in Rails 6.1. ([@​koic][])
  • #543: Fix an error for Rails/ContentTag when tag is not a top-level method. ([@​koic][])
  • #559: Fix an error for Rails/RelativeDateConstant when using multiple assignment. ([@​koic][])
  • #553: Fix a false positive for Rails/ReversibleMigration when using t.remove with type option in Rails 6.1. ([@​koic][])

Changes

  • #546: Exclude app/models by default for Rails/ContentTag. ([@​koic][])

... (truncated)

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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.10.1 to 2.13.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.10.1...v2.13.1)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 10, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2022

Superseded by #420.

@dependabot dependabot bot closed this Jan 17, 2022
@dependabot dependabot bot deleted the dependabot/bundler/rubocop-rails-2.13.1 branch January 17, 2022 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant