Update rubocop-rails 2.29.1 → 2.30.3 (minor) #1428
Closed
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.3) · Repo · Changelog
Release Notes
2.30.3
2.30.2
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 64 commits:
Cut 2.30.3
Update Changelog
Automate the process of GitHub release creation
Suppress RuboCop's offenses
Merge pull request #1459 from Earlopain/uniq-before-pluck-numblock
Merge pull request #1458 from Earlopain/relative-date-const-numblock
Fix a false positive for `Rails/UniqBeforePluck` when using a numblock with `uniq`
Fix a false positive for `Rails/RelativeDateConstant` when assigning a lambda/proc with numblock
Merge pull request #1457 from Earlopain/reversible-migration-drop-table-numblock
Merge pull request #1456 from Earlopain/timestamp-numblock
Merge pull request #1454 from Earlopain/no-delegate-for-controllers
Merge pull request #1453 from Earlopain/transaction-exit-numblock
Fix a false positive for `Rails/ReversibleMigration` in `drop_table` with numblock
Merge pull request #1455 from Earlopain/save-bang-numblocks
Fix a false positive for `Rails/CreateTableWithTimestamps` with numblocks
Make `Rails/SaveBang` aware of numblocks
Disable `Rails/Delegate` for controllers
Make `Rails/TransactionExitStatement` aware of numblocks
Use extended `CopsDocumentationGenerator`
Merge pull request #1385 from Earlopain/useless-access-modifier-concern
Merge pull request #1180 from exterm/reflection-class-name-accept-method-calls-on-local-variables
[Doc] Use an alert syntax of Markdown extension in GitHub
Switch back docs version to master
Cut 2.30.2
Update Changelog
Merge pull request #1450 from vlad-pisanov/vp_fix_lexically_scoped_action_filter_2
Merge pull request #1428 from Earlopain/uniq-pluck-multiple-lines
Fix incorrect comment placement for `add_dependency`
[Fix #1427] Fix an error for `Rails/UniqBeforePluck` with multi-line expression
[Fix #1447] Fix false positive for `Rails/LexicallyScopedActionFilter` when action methods are delegated
Enable `InternalAffairs/CopEnabled` cop
Merge pull request #1448 from ydakuka/1446/fix-incorrect-autocorrect-for-rails-delegate-when-module_function-is-used
[Fix rubocop#1446] Fix false positives for `Rails/Delegate` when `module_function` is used.
Switch back docs version to master
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
✳️ rubocop (1.71.2 → 1.73.1) · Repo · Changelog
Release Notes
1.73.1
1.73.0
1.72.2
1.72.1
1.72.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.
Release Notes
2.10.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
Release 2.10.1
Merge pull request #749 from byroot/fix-state-roundtrip
Fix a compatibility issue with `MultiJson.dump(obj, pretty: true)`
Update changelog
Sorry, we couldn't find anything useful about this release.
Commits
See the full diff on Github. The new version differs by 2 commits:
Bump patch version.
Escape non-printable characters when logging.
Release Notes
1.38.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 9 commits:
Cut 1.38.1
Update Changelog
[Fix #360] Fix an error when the `Array` core class contains a writer method
Fix a build error
Use RuboCop RSpec 3.5 for development
Suppress RuboCop's warnings
Fix a build error
Suppress RuboCop's offenses
Restore docs/antora.yml
🆕 lint_roller (added, 1.1.0)
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