Skip to content

dep-dev: bump rubocop-rails from 2.13.2 to 2.14.0

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

Bumps rubocop-rails from 2.13.2 to 2.14.0.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.14.0

New features

Bug fixes

  • #636: Fix a false positive for Rails/ContentTag when using tag method in config/puma.rb. (@​koic)
  • #635: Handle t.remove with multiple columns in Rails/BulkChangeTable. (@​eugeneius)

Changes

  • #646: Exclude db/schema.rb and db/[CONFIGURATION_NAMESPACE]_schema.rb by default. (@​koic)
  • #650: Make Rails/CompactBlank aware of delete_if(&:blank). (@​koic)
  • #631: Update Rails/Pluck to be aware of numblocks. (@​sammiya)
Changelog

Sourced from rubocop-rails's changelog.

2.14.0 (2022-03-15)

New features

Bug fixes

  • #636: Fix a false positive for Rails/ContentTag when using tag method in config/puma.rb. ([@​koic][])
  • #635: Handle t.remove with multiple columns in Rails/BulkChangeTable. ([@​eugeneius][])

Changes

  • #646: Exclude db/schema.rb and db/[CONFIGURATION_NAMESPACE]_schema.rb by default. ([@​koic][])
  • #650: Make Rails/CompactBlank aware of delete_if(&:blank). ([@​koic][])
  • #631: Update Rails/Pluck to be aware of numblocks. ([@​sammiya][])
Commits
  • 0bf5cd4 Cut 2.14.0
  • 1a6bab6 Update Changelog
  • 1f19072 Merge pull request #647 from koic/exclude_db_schema_rb_and_db_configuration_n...
  • 8d0e919 Merge pull request #651 from koic/make_rails_compact_blank_aware_of_reject_de...
  • 604e429 [Fix #650] Make Rails/CompactBlank aware of delete_if(&:blank)
  • 5e4f290 Merge pull request #648 from klaxit/exit-statement-in-transaction
  • 0e06a0e [Fix #642] Add new Rails/TransactionExitStatement cop
  • 3331b65 Merge pull request #574 from MaximeDucheneS/add_table_name_cop
  • 9e73089 add table_name_assignment cop
  • 97faf22 Merge pull request #491 from lulalala/model-errors-direct-manipulation
  • 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

Merge request reports