Update rubocop-rails 2.33.4 → 2.34.0 (minor) #1033
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.33.4 → 2.34.0) · Repo · Changelog
Release Notes
2.34.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
Cut 2.34.0Update ChangelogMerge pull request #1555 from koic/fix_false_positive_for_rails_output_safety[Fix #1553] Fix false positives for `Rails/OutputSafety`Merge pull request #1551 from r7kamura/docs-required-typoImprove docs about Rails version notesMerge pull request #1549 from viralpraxis/fix-rails-inverse-of-cop-false-positives-when-using-dynamic-association-optionsFix `Rails/InverseOf` cop false positives when using dynamic assoc optionsMerge pull request #1461 from vlad-pisanov/vp_presence_1Merge pull request #1546 from viralpraxis/change-rails-duplicate-scope-cop-descriptionChange `Rails/DuplicateScope` cop descriptionMerge pull request #1542 from viralpraxis/add-irb-to-gemfileAdd `irb` to GemfileMerge pull request #1543 from viralpraxis/remove-ruby27-prism-workaroundRemove CI workaround for Ruby 2.7Merge pull request #1541 from davidenglishmusic/redirect-back-or-to-copSwitch back docs version to masterAdd RedirectBackOrTo copMerge pull request #1481 from lovro-bikic/environment-comparison-to-symMerge pull request #1520 from tuxagon/unprocessable-content-status-copMerge pull request #1537 from onemedical/rails-exit-abortMerge pull request #1375 from cdudas17/masterMerge pull request #1538 from viralpraxis/change-rails-helper-instance-variable-no-to-detect-ivars-within-classesAdd `abort` to the `Rails/Exit` copAdd `HttpStatusNameConsistency` copChange `Rails/HelperInstanceVariable` not to detect offenses for ivars within classesMerge pull request #1540 from koic/fix_an_error_for_rails_action_controller_flash_before_render[Fix #1539] Fix an error for `Rails/ActionControllerFlashBeforeRender`Tweak bug report templateMerge pull request #1536 from koic/fix_false_positives_for_rails_find_by_or_assignment_memoization[Fix #1532] Fix false positives for `Rails/FindByOrAssignmentMemoization`Release Notes
5.26.2 (from changelog)
5.26.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 17 commits:
prepped for releaseDropped extra 2.7 compatibility code.Dropped extra 2.7 compatibility code.- Fix pathing for Hoe::Minitest initialization to be more generic.- Bumped minimum ruby to 3.1.- Fixed refute_in_epsilon to use min of abs values. (wtn)Fuuuuck I am SO tired of ruby 2.7!- Alias Spec#name to #inspect for cleaner output in repls.- Improved options processing and usage output to be more clear.prepped for release- Bumped ruby version to include 4.0 (trunk). (hsbt)Ryan! STAHP! Stop trying to "optimize" this.- Add links to API doco in README.Comment end of larger classes w/ name to help navigation.Fix formatting of design_rationale.rb, update specstweak assertion count to be consistent- Add missing require thread.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