rubyforgood / voices-of-consent

Open source tracking and inventory management application for nonprofit, Voices of Consent (Ruby for Good 2019)
https://voices-of-consent.herokuapp.com
MIT License
38 stars 82 forks source link

Bump rubocop-rails from 2.3.2 to 2.11.0 #567

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps rubocop-rails from 2.3.2 to 2.11.0.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.11.0

New features

Bug fixes

  • #482: Fix a false positive for Rails/RelativeDateConstant when assigning (hashes/arrays/etc)-containing procs to a constant. (@​jdelStrother)
  • #419: Fix an error for Rails/UniqueValidationWithoutIndex when using a unique index and check_constraint that has nil first argument. (@​koic)
  • #70: Fix a false positive for Rails/TimeZone when setting EnforcedStyle: strict and using Time.current. (@​koic)
  • #488: Fix a false positive for Rails/ReversibleMigrationMethodDefinition when using cbase migration class. (@​koic)
  • #500: Fix a false positive for Rails/DynamicFindBy when using dynamic finder with hash argument. (@​koic)

Changes

  • #288: Add AllowToTime option (true by default) to Rails/Date. (@​koic)
  • #499: Add IgnoreWhereFirst option (true by default) to Rails/FindBy. (@​koic)
  • #505: Set disabled by default for Rails/EnvironmentVariableAccess. (@​koic)

RuboCop Rails 2.10.1

Bug fixes

  • #478: Fix Rails/ReversibleMigrationMethodDefinition cop's Include. (@​rhymes)

RuboCop Rails 2.10.0

New features

Bug fixes

  • #421: Fix incorrect auto-correct for Rails/LinkToBlank when using target: '_blank' with hash brackets for the option. (@​koic)
  • #436: Fix a false positive for Rails/ContentTag when the first argument is a splat argument. (@​koic)
  • #435: Fix a false negative for Rails/BelongsTo when using belongs_to lambda block with required option. (@​koic)

... (truncated)

Changelog

Sourced from rubocop-rails's changelog.

2.11.0 (2021-06-21)

New features

Bug fixes

  • #482: Fix a false positive for Rails/RelativeDateConstant when assigning (hashes/arrays/etc)-containing procs to a constant. ([@​jdelStrother][])
  • #419: Fix an error for Rails/UniqueValidationWithoutIndex when using a unique index and check_constraint that has nil first argument. ([@​koic][])
  • #70: Fix a false positive for Rails/TimeZone when setting EnforcedStyle: strict and using Time.current. ([@​koic][])
  • #488: Fix a false positive for Rails/ReversibleMigrationMethodDefinition when using cbase migration class. ([@​koic][])
  • #500: Fix a false positive for Rails/DynamicFindBy when using dynamic finder with hash argument. ([@​koic][])

Changes

  • #288: Add AllowToTime option (true by default) to Rails/Date. ([@​koic][])
  • #499: Add IgnoreWhereFirst option (true by default) to Rails/FindBy. ([@​koic][])
  • #505: Set disabled by default for Rails/EnvironmentVariableAccess. ([@​koic][])

2.10.1 (2021-05-06)

Bug fixes

  • #478: Fix Rails/ReversibleMigrationMethodDefinition cop's Include. ([@​rhymes][])

2.10.0 (2021-05-05)

New features

Bug fixes

  • #421: Fix incorrect auto-correct for Rails/LinkToBlank when using target: '_blank' with hash brackets for the option. ([@​koic][])
  • #436: Fix a false positive for Rails/ContentTag when the first argument is a splat argument. ([@​koic][])
  • #435: Fix a false negative for Rails/BelongsTo when using belongs_to lambda block with required option. ([@​koic][])
  • #451: Fix a false negative for Rails/RelativeDateConstant when a method is chained after a relative date method. ([@​koic][])
  • #450: Fix a crash for Rails/ContentTag with nested content tags. ([@​tejasbubane][])
  • #103: Fix a false positive for Rails/FindEach when not inheriting ActiveRecord::Base and using all.each. ([@​koic][])
  • #466: Fix a false positive for Rails/DynamicFindBy when not inheriting ApplicationRecord and without no receiver. ([@​koic][])
  • #147: Fix a false positive for Rails/HasManyOrHasOneDependent when specifying default dependent: nil strategy. ([@​koic][])

... (truncated)

Commits
  • 4a24cb8 Cut 2.11.0
  • 20e03fb Merge pull request #505 from koic/set_disabled_by_default_for_rails_environme...
  • 2c26673 Set disabled by default for Rails/EnvironmentVariableAccess
  • 6ecf7ed Merge pull request #497 from dvandersluis/add_column_index
  • 5aafb16 Add Rails/AddColumnIndex cop to prevent passing an unused but confusing `in...
  • e52df30 Merge pull request #503 from koic/add_new_rails_i18n_locale_assignment_cop
  • e91731e Use Parser::Ruby30 for documentation_syntax_check Rake task
  • 08237cd Tweak the doc and message for Rails/TimeZoneAssignment
  • 7f9c3a5 [Fix #495] Add new Rails/I18nLocaleAssignment cop
  • fe8c4ac Merge pull request #483 from Aesthetikx/rails_logger_block
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #568.