Skip to content

Bump rubocop-rails from 2.8.0 to 2.8.1

George Koltsov requested to merge dependabot-bundler-rubocop-rails-2.8.1 into master

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 on after_commit with a lambda. (@pocke)
  • #349: Fix errors of Rails/UniqueValidationWithoutIndex. (@Tietew)
  • #338: Fix a false positive for Rails/IndexBy and Rails/IndexWith when the each_with_object hash is used in the transformed key or value. (@eugeneius)
  • #351: Add <> operator to Rails/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 of change_column_default are in the order of to, from. (@koic)
Changelog

Sourced from rubocop-rails's changelog.

2.8.1 (2020-09-16)

Bug fixes

  • #345: Fix error of Rails/AfterCommitOverride on after_commit with a lambda. (@pocke)
  • #349: Fix errors of Rails/UniqueValidationWithoutIndex. (@Tietew)
  • #338: Fix a false positive for Rails/IndexBy and Rails/IndexWith when the each_with_object hash is used in the transformed key or value. (@eugeneius)
  • #351: Add <> operator to Rails/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 of change_column_default are in the order of to, 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 for Rails/ReversibleMigration
  • 3ec7cda Merge pull request #346 from koic/fix_false_positive_for_dynamic_find_by
  • 01036ab Fix a false positive for Rails/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 for Rails/HttpPositionalArguments whe...
  • 119bbaa Merge pull request #351 from Tietew/add_stdneq_wherenot
  • Additional commits viewable in compare view

Merge request reports