development-dependency: bump rubocop-rails from 2.11.3 to 2.12.0
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
- #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 byalias_method
. (@koic
)- #532: Fix a false positive for
Rails/HttpPositionalArguments
when definingget
inRails.application.routes.draw
block. (@koic
)Changes
- #260: Change target of
Rails/ContentTag
fromcontent_tag
method totag
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 byalias_method
. ([@koic
][])- #532: Fix a false positive for
Rails/HttpPositionalArguments
when definingget
inRails.application.routes.draw
block. ([@koic
][])Changes
- #260: Change target of
Rails/ContentTag
fromcontent_tag
method totag
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 forRails/HttpPositionalArguments
-
1f40f4b
Merge pull request #531 from koic/fix_a_false_positive_for_rails_lexically_sc... -
03ed951
[Fix #529] Fix a false positive forRails/LexicallyScopedActionFilter
-
7e62ce2
Merge pull request #530 from koic/fix_a_false_positive_for_rails_has_many_or_... -
68372fb
[Fix #528] Fix a false positive forRails/HasManyOrHasOneDependent
-
3e86c7b
Fix a build error -
efe0ec9
Tweak offense message forRails/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