dep: bump rubocop-rails from 2.17.1 to 2.17.2
Bumps rubocop-rails from 2.17.1 to 2.17.2.
Release notes
Sourced from rubocop-rails's releases.
RuboCop Rails 2.17.2
Bug fixes
- #825: Fix a false positive for
Rails/ActionControllerFlashBeforeRender
when using condition beforeredirect_to
. (@koic
)- #833: Fix a false positive for
Rails/Pluck
when receiver is not block argument for[]
. (@koic
)- #834: Fix an error for
Rails/WhereNotWithMultipleConditions
when usingwhere.not
with empty hash literal. (@koic
)- #833: Fix a false positive for
Rails/Pluck
when using multiple block arguments. (@koic
)Changes
Changelog
Sourced from rubocop-rails's changelog.
2.17.2 (2022-10-27)
Bug fixes
- #825: Fix a false positive for
Rails/ActionControllerFlashBeforeRender
when using condition beforeredirect_to
. ([@koic
][])- #833: Fix a false positive for
Rails/Pluck
when receiver is not block argument for[]
. ([@koic
][])- #834: Fix an error for
Rails/WhereNotWithMultipleConditions
when usingwhere.not
with empty hash literal. ([@koic
][])- #833: Fix a false positive for
Rails/Pluck
when using multiple block arguments. ([@koic
][])Changes
Commits
-
43277d7
Cut 2.17.2 -
964268c
Update Changelog -
036d6ef
Merge pull request #840 from koic/fix_a_false_positive_for_rails_action_contr... -
a7ef129
[Fix #825] Fix a false positive forRails/ActionControllerFlashBeforeRender
-
fbc59de
[Fix #833] Fix a false positive forRails/Pluck
-
85d615f
[Fix #833] Fix a false positive forRails/Pluck
-
8663b04
[Fix #834] Fix an error forRails/WhereNotWithMultipleConditions
-
4058ce5
Add a changelog entry -
487463c
[Fix #832] Mark some Rails cops as unsafe autocorrection -
41a5571
Switch back docs version to master - See full diff 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 | 181 | 0 | 0 | 0 | 181 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 243 | 0 | 0 | 0 | 243 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov