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