Update rubocop-rails 2.19.1 → 2.20.2 (minor) #1287
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-rails (2.19.1 → 2.20.2) · Repo · Changelog
Release Notes
2.20.2
2.20.1
2.20.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 56 commits:
Cut 2.20.2
Update Changelog
Merge pull request #1028 from koic/fix_an_error_for_rails_unique_validation_without_index
Suppress a new `Lint/MixedCaseRange` offense
Fix an error for `Rails/UniqueValidationWithoutIndex`
Switch back docs version to master
Cut 2.20.1
Update Changelog
Merge pull request #1021 from ydah/fix_an_error_for_rails_unique_validation_without_index
Fix an error for `Rails/UniqueValidationWithoutIndex`
Switch back docs version to master
Cut 2.20.0
Update Changelog
Use `Parser::Ruby32` by default for `documentation_syntax_check` Rake task
Merge pull request #999 from r7kamura/date-autocorrect
Merge pull request #1019 from r7kamura/db-wildcard-migrate
Change db migration file pattern so that it supports multiple db
Suppress new `InternalAffairs/CopDescription` offenses
Add a spec for config/default.yml
Fix a false positive for `Lint/RedundantSafeNavigation`
Merge pull request #1008 from samrjenkins/fix-uniqueness-validation-without-index-explicit-disable
Fix Rails/UniquenessValidationWithoutIndex false positive on explicit disable
Use RuboCop Performance 1.18
Merge pull request #1014 from koic/make_lint_redundant_safe_navigation_aware_of_several_methods
Make `Lint/RedundantSafeNavigation` aware of several methods
Merge pull request #1009 from fatkodima/i18n_locale_texts-flash_now
Merge pull request #1005 from splattael/rails-transaction-exit-statement-with-lock-fix
Merge pull request #1013 from fatkodima/fix-three_state_boolean-dynamic-table
Fix `Rails/ThreeStateBooleanColumn` for dynamic tables/columns
Merge pull request #1011 from tka5/add-create-table-with-timestamp-exclude-file
Add the other auto generated migration file of ActiveStorage
Support `flash.now` for `Rails/I18nLocaleTexts`
Merge pull request #1006 from rubocop/dependabot/github_actions/codespell-project/actions-codespell-2
Bump codespell-project/actions-codespell from 1 to 2
Flag `break` in `with_lock` for `Rails/TransactionExitStatement`
Add a project spec to detect settings that haven't set `unsafe`
Use RuboCop RSpec 2.22
Add autocorrection for `Rails/Date`
Merge pull request #998 from fidalgo/fidalgo/not-null-method-error
[Fix #997] Support methods and variables in NotNullColumn
Merge pull request #991 from r7kamura/file-path-autocorrection
Merge pull request #995 from masato-bkn/improve_rails_find_each
Check for `or` method in `Rails/FindEach` cop
Merge pull request #992 from r7kamura/exclude-app-assets
Exclude `app/assets/**/*` by default
Add autocorrection for `Rails/FilePath`
Merge pull request #989 from r7kamura/file-path-interpolation
Merge pull request #988 from r7kamura/ignored-skip-action-filter-option-autocorrection
Merge pull request #990 from r7kamura/fix-require-to-s-on-dstr
Fix `require_to_s` usage on dstr cases
Fix `Rails/FilePath` to detect offenses from complex string interpolation
Add autocorrection for `Rails/IgnoredSkipActionFilterOption`
Use RuboCop RSpec to 2.20
Merge pull request #986 from koic/change_drop_ruby_2_6_support
Drop Ruby 2.6 support
Switch back docs version to master
✳️ rubocop (1.51.0 → 1.54.1) · Repo · Changelog
Release Notes
1.54.0
1.53.1
1.53.0
1.52.1
1.52.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
🆕 language_server-protocol (added, 3.17.0.3)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands