[src/api] Update rubocop-rails 2.29.1 → 2.30.1 (minor) #17398
+4
−3
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.29.1 → 2.30.1) · Repo · Changelog
Release Notes
2.30.1
2.30.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
Cut 2.30.1
Update Changelog
Merge pull request #1445 from koic/fix_an_error_when_using_target_rails_version
Merge pull request #1444 from koic/fix_an_incorrect_behavior_when_using_migrated_schema_version
[Fix #1442] Fix an incorrect behavior when using `AllCops: TargetRailsVersion`
Fix an incorrect behavior when using `AllCops: MigratedSchemaVersion`
Switch back docs version to master
Restore useful comment
Cut 2.30.0
Update Changelog
Use RuboCop Performance 1.24 for development
Merge pull request #1434 from koic/pluginfy_with_lint_roller
Pluginfy RuboCop Rails
Merge pull request #1441 from koic/fix_an_error_for_rails_delegate_cop
Fix an error for `Rails/Delegate`
Merge pull request #1438 from ydakuka/912-add-more-delegation-targets-to-rails-delegate
Suppress RuboCop's offense
[Fix rubocop#912] Enhance `Rails/Delegate` by adding delegation detection for `self.class`, constants, instance variables, and class variables
Merge pull request #1433 from ydakuka/1071-fix-an-error-occurring-in-the-rails-file-path-cop-when-file-join-is-used-with-a-variable
[Fix rubocop#1071] Fix `Rails/FilePath` cop to correctly handle `File.join` with variables and ignore leading and multiple slashes in string literal arguments for `Rails.root.join` and `File.join`
Suppress redundant configuration logging for rubocop-rails
Avoid unnecessary `send`
Suppress RuboCop's offenses
Add `shared_context` for Rails 8.1
Merge pull request #1432 from dvandersluis/use-node-groups
Use node groups in node patterns to replace unions of types
Use `Node#any_block_type?`
Fix a build error
Remove a redundant config in spec_helper.rb
Switch back docs version to master
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