dep-dev: bump rubocop-rails from 2.15.1 to 2.15.2
Bumps rubocop-rails from 2.15.1 to 2.15.2.
Release notes
Sourced from rubocop-rails's releases.
RuboCop Rails 2.15.2
Bug fixes
- #712: Fix false negative in
Rails/Delegate
when preceding nested class declares private or protected methods. (@Darhazer
)- #737: Fix a false positive for
Rails/DeprecatedActiveModelErrorsMethods
when usingkeys
method with Rails 6.0. (@koic
)- #737: Make
Rails/ExpandedDateRange
awarebeginning_of_week
with an argument. (@koic
)- #731: Fix an incorrect autocorrect for
Rails/StripHeredoc
. (@kazarin
)
Changelog
Sourced from rubocop-rails's changelog.
2.15.2 (2022-07-07)
Bug fixes
- #712: Fix false negative in
Rails/Delegate
when preceding nested class declares private or protected methods. ([@Darhazer
][])- #737: Fix a false positive for
Rails/DeprecatedActiveModelErrorsMethods
when usingkeys
method with Rails 6.0. ([@koic
][])- #737: Make
Rails/ExpandedDateRange
awarebeginning_of_week
with an argument. ([@koic
][])- #731: Fix an incorrect autocorrect for
Rails/StripHeredoc
. ([@kazarin
][])
Commits
-
cc4c272
Cut 2.15.2 -
582ba11
Update Changelog -
a20671e
Merge pull request #730 from koic/add_new_rails_date_time_range_cop -
990a786
Merge pull request #736 from rubocop/fix-false-negative-in-rails-delegate -
a703aaf
[Fix #737] Fix a false positive forRails/DeprecatedActiveModelErrorsMethods
-
03b4f2f
Add the style guide URL forRails/ExpandedDateRange
-
15858ae
MakeRails/ExpandedDateRange
awarebeginning_of_week
with an argument -
3019c2b
[Fix #712] Fixed false negative when visibility modifier is declared in neste... -
0c18551
Merge pull request #733 from kazarin/fix_incorrect_autocorrect_for_rails_stri... -
da37010
Merge pull request #734 from rubocop/refactor-correction-specs - 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
Allure report
allure-report-publisher
generated test report!
rspec:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| services | 174 | 0 | 0 | 0 | 174 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| models | 3 | 0 | 0 | 0 | 3 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
| tasks | 8 | 0 | 0 | 0 | 8 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 234 | 0 | 0 | 0 | 234 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov