dep-dev: bump rubocop-rails from 2.15.0 to 2.15.1
Bumps rubocop-rails from 2.15.0 to 2.15.1.
Release notes
Sourced from rubocop-rails's releases.
RuboCop Rails 2.15.1
Bug fixes
- #723: Fix include value in
Rails/AttributeDefaultBlockValue
. (@kkitadate
)- #717: Fix an error for
Rails/DeprecatedActiveModelErrorsMethods
when root receiver is a variable. (@koic
)- #719: Fix a false negative for
Rails/FormattedS
when using safe navigation operator. (@koic
)- #725: Fix an incorrect autocorrect for
Rails/DotSeparatedKeys
when a key starts with dot. (@koic
)
Changelog
Sourced from rubocop-rails's changelog.
2.15.1 (2022-06-26)
Bug fixes
- #723: Fix include value in
Rails/AttributeDefaultBlockValue
. ([@kkitadate
][])- #717: Fix an error for
Rails/DeprecatedActiveModelErrorsMethods
when root receiver is a variable. ([@koic
][])- #719: Fix a false negative for
Rails/FormattedS
when using safe navigation operator. ([@koic
][])- #725: Fix an incorrect autocorrect for
Rails/DotSeparatedKeys
when a key starts with dot. ([@koic
][])
Commits
-
08238fc
Cut 2.15.1 -
1b941bf
Update Changelog -
e9a043d
Merge pull request #726 from koic/fix_an_incorrect_autocorrect_for_rails_dot_... -
d085218
[Fix #725] Fix an incorrect autocorrect forRails/DotSeparatedKeys
-
b671caa
Suppress RuboCop offenses -
5f38b74
Merge pull request #720 from koic/fix_a_false_negative_for_rails_to_formatted_s -
5190a68
Merge pull request #723 from kkitadate/fix-attribute_default_block_value-include -
496c633
Fix include value inRails/AttributeDefaultBlockValue
-
9b454fa
Merge pull request #721 from koic/fix_an_error_for_rails_deprecated_active_mo... -
ac65854
Add settings toNaming/InclusiveLanguage
- 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 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| tasks | 8 | 0 | 0 | 0 | 8 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
| models | 3 | 0 | 0 | 0 | 3 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 234 | 0 | 0 | 0 | 234 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov