dep-dev: bump rubocop-rails from 2.13.2 to 2.14.0
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
- #624: Add new
Rails/I18nLocaleTexts
cop. (@fatkodima
)- #326: Add new
Rails/I18nLazyLookup
cop. (@fatkodima
)- #644: Add new
Rails/MigrationClassName
cop. (@johnny-miyake
)- #599: Add new
Rails/DuplicateAssociation
cop. (@natematykiewicz
)- #427: Add
Rails/DuplicateScope
cop. (@natematykiewicz
)- #642: New cop
Rails/TransactionExitStatement
to disallowreturn
,break
andthrow
in transactions. (@teckwan
)- #491: New
Rails/DeprecatedActiveModelErrorsMethods
cop. (@lulalala
)- #638: Add new
Rails/ActionControllerTestCase
cop. (@gmcgibbon
)- #574: Add new
Rails/TableNameAssignment
cop. (@MaximeDucheneS
)Bug fixes
- #636: Fix a false positive for
Rails/ContentTag
when usingtag
method in config/puma.rb. (@koic
)- #635: Handle
t.remove
with multiple columns inRails/BulkChangeTable
. (@eugeneius
)Changes
Changelog
Sourced from rubocop-rails's changelog.
2.14.0 (2022-03-15)
New features
- #624: Add new
Rails/I18nLocaleTexts
cop. ([@fatkodima
][])- #326: Add new
Rails/I18nLazyLookup
cop. ([@fatkodima
][])- #644: Add new
Rails/MigrationClassName
cop. ([@johnny-miyake
][])- #599: Add new
Rails/DuplicateAssociation
cop. ([@natematykiewicz
][])- #427: Add
Rails/DuplicateScope
cop. ([@natematykiewicz
][])- #642: New cop
Rails/TransactionExitStatement
to disallowreturn
,break
andthrow
in transactions. ([@teckwan
][])- #491: New
Rails/DeprecatedActiveModelErrorsMethods
cop. ([@lulalala
][])- #638: Add new
Rails/ActionControllerTestCase
cop. ([@gmcgibbon
][])- #574: Add new
Rails/TableNameAssignment
cop. ([@MaximeDucheneS
][])Bug fixes
- #636: Fix a false positive for
Rails/ContentTag
when usingtag
method in config/puma.rb. ([@koic
][])- #635: Handle
t.remove
with multiple columns inRails/BulkChangeTable
. ([@eugeneius
][])Changes
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] MakeRails/CompactBlank
aware ofdelete_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