ayan-biswas0412 / CircuitVerse

CircuitVerse Primary Code Base
https://circuitverse.org
MIT License
0 stars 0 forks source link

Bump rubocop-rails from 2.12.2 to 2.13.2 #78

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

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

... (truncated)

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

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)

... (truncated)

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 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)
dependabot[bot] commented 2 years ago

Superseded by #93.