Skip to content

development-dependency: bump rubocop-rails from 2.11.3 to 2.12.0

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

Bumps rubocop-rails from 2.11.3 to 2.12.0.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.12.0

New features

Bug fixes

  • #528: Fix a false positive for Rails/HasManyOrHasOneDependent when specifying :dependent strategy with double splat. (@​koic)
  • #529: Fix a false positive for Rails/LexicallyScopedActionFilter when action method is aliased by alias_method. (@​koic)
  • #532: Fix a false positive for Rails/HttpPositionalArguments when defining get in Rails.application.routes.draw block. (@​koic)

Changes

  • #260: Change target of Rails/ContentTag from content_tag method to tag method. (@​tabuchi0919)
Changelog

Sourced from rubocop-rails's changelog.

2.12.0 (2021-09-09)

New features

  • #521: Support auto-correction for Rails/Output. ([@​koic][])
  • #520: Support auto-correction for Rails/ScopeArgs. ([@​koic][])
  • #524: Add new Rails/RedundantTravelBack cop. ([@​koic][])

Bug fixes

  • #528: Fix a false positive for Rails/HasManyOrHasOneDependent when specifying :dependent strategy with double splat. ([@​koic][])
  • #529: Fix a false positive for Rails/LexicallyScopedActionFilter when action method is aliased by alias_method. ([@​koic][])
  • #532: Fix a false positive for Rails/HttpPositionalArguments when defining get in Rails.application.routes.draw block. ([@​koic][])

Changes

  • #260: Change target of Rails/ContentTag from content_tag method to tag method. ([@​tabuchi0919][])
Commits
  • b2708b6 Cut 2.12.0
  • 732a0db Merge pull request #533 from koic/fix_false_positive_for_rails_http_posisiona...
  • 4a81d3a [Fix #532] Fix a false positive for Rails/HttpPositionalArguments
  • 1f40f4b Merge pull request #531 from koic/fix_a_false_positive_for_rails_lexically_sc...
  • 03ed951 [Fix #529] Fix a false positive for Rails/LexicallyScopedActionFilter
  • 7e62ce2 Merge pull request #530 from koic/fix_a_false_positive_for_rails_has_many_or_...
  • 68372fb [Fix #528] Fix a false positive for Rails/HasManyOrHasOneDependent
  • 3e86c7b Fix a build error
  • efe0ec9 Tweak offense message for Rails/ContentTag
  • 6163f9a Merge pull request #526 from tabuchi0919/fix_target_of_rails_content_tag
  • 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