Bump rubocop-rails from 2.8.0 to 2.8.1
Bumps rubocop-rails from 2.8.0 to 2.8.1.
Release notes
Sourced from rubocop-rails's releases.
RuboCop Rails 2.8.1
Bug fixes
- #345: Fix error of
Rails/AfterCommitOverride
onafter_commit
with a lambda. (@pocke)- #349: Fix errors of
Rails/UniqueValidationWithoutIndex
. (@Tietew)- #338: Fix a false positive for
Rails/IndexBy
andRails/IndexWith
when theeach_with_object
hash is used in the transformed key or value. (@eugeneius)- #351: Add
<>
operator toRails/WhereNot
cop. (@Tietew)- #352: Do not register offense if given a splatted hash. (@dvandersluis)
- #346: Fix a false positive for
Rails/DynamicFindBy
when any of the arguments are splat argument. (@koic)- #357: Fix a false positive for
Rails/ReversibleMigration
when keyword arguments ofchange_column_default
are in the order ofto
,from
. (@koic)
Changelog
Sourced from rubocop-rails's changelog.
2.8.1 (2020-09-16)
Bug fixes
- #345: Fix error of
Rails/AfterCommitOverride
onafter_commit
with a lambda. (@pocke)- #349: Fix errors of
Rails/UniqueValidationWithoutIndex
. (@Tietew)- #338: Fix a false positive for
Rails/IndexBy
andRails/IndexWith
when theeach_with_object
hash is used in the transformed key or value. (@eugeneius)- #351: Add
<>
operator toRails/WhereNot
cop. (@Tietew)- #352: Do not register offense if given a splatted hash. (@dvandersluis)
- #346: Fix a false positive for
Rails/DynamicFindBy
when any of the arguments are splat argument. (@koic)- #357: Fix a false positive for
Rails/ReversibleMigration
when keyword arguments ofchange_column_default
are in the order ofto
,from
. (@koic)
Commits
-
2563954
Cut 2.8.1 -
92c6828
Merge pull request #358 from koic/fix_false_positive_for_rails_reversible_mig... -
99515d0
[Fix #357] Fix a false positive forRails/ReversibleMigration
-
3ec7cda
Merge pull request #346 from koic/fix_false_positive_for_dynamic_find_by -
01036ab
Fix a false positive forRails/DynamicFindBy
-
13a0fbe
Merge pull request #355 from koic/suppress_rubocop_offense -
c9af0b5
Suppress RuboCop's offense -
c2d3ade
Merge pull request #354 from dvandersluis/fix-http-positional-kwspalt -
68e27a9
[Fix #352] Do not register an offense forRails/HttpPositionalArguments
whe... -
119bbaa
Merge pull request #351 from Tietew/add_stdneq_wherenot - Additional commits viewable in compare view