Skip to content

dep: bump rubocop-rails from 2.16.0 to 2.16.1

George Koltsov requested to merge dependabot-bundler-rubocop-rails-2.16.1 into main

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 using travel_to with an argument of DateTime.new with arguments. (@​koic)
  • #772: Fix a false positive for Rails/TopLevelHashWithIndifferentAccess when using HashWithIndifferentAccess under namespace module. (@​koic)
  • #762: Fix an error for Rails/FreezeTime when using travel_to with an argument of current method without receiver. (@​koic)
  • #764: Fix an incorrect autocorrect for Rails/FreezeTime when using travel_to with an argument of the current time and proc argument. (@​koic)
  • #763: Mark Rails/RootPathnameMethods as unsafe and fix an incorrect autocorrect when using Dir.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 using travel_to with an argument of DateTime.new with arguments. ([@​koic][])
  • #772: Fix a false positive for Rails/TopLevelHashWithIndifferentAccess when using HashWithIndifferentAccess under namespace module. ([@​koic][])
  • #762: Fix an error for Rails/FreezeTime when using travel_to with an argument of current method without receiver. ([@​koic][])
  • #764: Fix an incorrect autocorrect for Rails/FreezeTime when using travel_to with an argument of the current time and proc argument. ([@​koic][])
  • #763: Mark Rails/RootPathnameMethods as unsafe and fix an incorrect autocorrect when using Dir.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 for Rails/TopLevelHashWithIndifferentAccess
  • 32daa2f Merge pull request #768 from koic/fix_an_incorrect_autocorrect_for_rails_root...
  • 614558b [Fix #769] Fix a false positive for Rails/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 for Rails/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: test report for 5fcfba79

+------------------------------------------------------------------+
|                        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

Merge request reports