development-dependency: bump rubocop-rails from 2.11.3 to 2.12.1
Bumps rubocop-rails from 2.11.3 to 2.12.1.
Release notes
Sourced from rubocop-rails's releases.
RuboCop Rails 2.12.1
Bug fixes
- #535: Fix an error for
Rails/HasManyOrHasOneDependent
when using lambda argument and not specifying any options. (@koic
)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.1 (2021-09-10)
Bug fixes
- #535: Fix an error for
Rails/HasManyOrHasOneDependent
when using lambda argument and not specifying any options. ([@koic
][])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
-
d3f6700
Cut 2.12.1 -
554f200
Merge pull request #536 from koic/fix_error_for_rails_has_many_or_has_one_dep... -
d739948
[Fix #535] Fix an error forRails/HasManyOrHasOneDependent
-
1d22b8a
Add a missing entry for relnote of v2.12 -
429f03d
Switch back docs version to master -
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
- 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