dep: bump rubocop-rails from 2.16.0 to 2.16.1
Bumps rubocop-rails from 2.16.0 to 2.16.1.
Release notes
Sourced from rubocop-rails's releases.
RuboCop Rails 2.16.1
Bug fixes
- #769: Fix a false positive for
Rails/FreezeTime
when usingtravel_to
with an argument ofDateTime.new
with arguments. (@koic
)- #772: Fix a false positive for
Rails/TopLevelHashWithIndifferentAccess
when usingHashWithIndifferentAccess
under namespace module. (@koic
)- #762: Fix an error for
Rails/FreezeTime
when usingtravel_to
with an argument ofcurrent
method without receiver. (@koic
)- #764: Fix an incorrect autocorrect for
Rails/FreezeTime
when usingtravel_to
with an argument of the current time and proc argument. (@koic
)- #763: Mark
Rails/RootPathnameMethods
as unsafe and fix an incorrect autocorrect when usingDir.glob
. (@koic
)
Changelog
Sourced from rubocop-rails's changelog.
2.16.1 (2022-09-17)
Bug fixes
- #769: Fix a false positive for
Rails/FreezeTime
when usingtravel_to
with an argument ofDateTime.new
with arguments. ([@koic
][])- #772: Fix a false positive for
Rails/TopLevelHashWithIndifferentAccess
when usingHashWithIndifferentAccess
under namespace module. ([@koic
][])- #762: Fix an error for
Rails/FreezeTime
when usingtravel_to
with an argument ofcurrent
method without receiver. ([@koic
][])- #764: Fix an incorrect autocorrect for
Rails/FreezeTime
when usingtravel_to
with an argument of the current time and proc argument. ([@koic
][])- #763: Mark
Rails/RootPathnameMethods
as unsafe and fix an incorrect autocorrect when usingDir.glob
. ([@koic
][])
Commits
-
cd674c4
Cut 2.16.1 -
30e126a
Update Changelog -
9aa85f1
Merge pull request #772 from koic/fix_a_false_positive_for_rails_top_level_ha... -
6b5424e
Merge pull request #770 from koic/fix_a_false_positive_for_rails_freeze_time -
f89c1d3
Fix a false positive forRails/TopLevelHashWithIndifferentAccess
-
32daa2f
Merge pull request #768 from koic/fix_an_incorrect_autocorrect_for_rails_root... -
614558b
[Fix #769] Fix a false positive forRails/FreezeTime
-
783e2ed
Merge pull request #766 from koic/fix_an_incorrect_autocorrect_for_rails_free... -
d42f944
Merge pull request #765 from koic/fix_an_error_for_rails_freeze_time -
94e126d
[Fix #763] Fix a false positive forRails/RootPathnameMethods
- 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 |
+-------------+--------+--------+---------+-------+-------+--------+
| services | 174 | 0 | 0 | 0 | 174 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 236 | 0 | 0 | 0 | 236 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov