Update rubocop 1.63.2 → 1.63.5 (patch) #245
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 (1.63.2 → 1.63.5) · Repo · Changelog
Release Notes
1.63.5
1.63.4
1.63.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 47 commits:
Cut 1.63.5
Update Changelog
Merge pull request #12890 from koic/add_ostruct_to_gemfile
Workaround for Ruby's warning in YARD
Merge pull request #12886 from koic/suppress_interrupt_exception_for_lsp
Fix a build error
Fix docs for `Style/SpecialGlobalVars` `use_builtin_english_names`
Suppress `Interrupt` exception for LSP
Correct some example descriptions
Merge pull request #12882 from nekketsuuu/nekketsuuu-case-in-comment
Merge pull request #12881 from fatkodima/fix-numeric_predicate-autocorrect
Fix `Layout/CommentIndentation` for comment-only pattern matching
Fix incorrect autocorrect when `Style/NumericPredicate` is used with negations
Add documentation and log information for enabling YJIT in LSP
Add a forgotten period at the end of some offense message
Merge pull request #12877 from koic/fix_an_error_for_layout_first_array_element_indentation
Fix an infinite loop error for `Layout/FirstArgumentIndentation`
Merge pull request #12874 from koic/fix_an_error_for_metrics_block_length
[Fix #12873] Fix an error for `Metrics/BlockLength`
[Docs] Tweak cops_layout_footer.adoc
Use `require_relative`
Reset the docs version
Cut 1.63.4
Update Changelog
Fix an error for `rubocop -V` when `.rubocop.yml` contains ERB
Merge pull request #12866 from amomchilov/rescue-GemfileNotFound
Merge pull request #12867 from koic/fix_false_positive_for_style_redundant_line_continuation
[Fix #12865] `require 'bundler'` if possible, but…
[Fix #12862] Fix a false positive for `Style/RedundantLineContinuation`
Merge pull request #12664 from muxcmux/master
Merge pull request #12863 from Uaitt/cli-options-missing-periods
Add missing periods on CLI options descriptions
Tweak the infinite loop error message
Reset the docs version
Cut 1.63.3
Update Changelog
Make `InternalAffairs/ExampleDescription` aware of an improper description
Remove redundant braces in a few uses of `def_node_matcher`
Fix false negatives for `Lint/UnreachableCode`
[Fix #12848] Fix an error for `RuboCop::Lockfile`
Set custom program name for the built-in LSP server
Merge pull request #12856 from koic/workaround_for_prism_0_26
Workaround for incompatibilities between Prism 0.25.0 and 0.26.0
Merge pull request #12853 from Earlopain/global-offense-cache
[Fix #12852] Correctly deserialize a global offense
Tweak examples for `Style/Send`
Reset the docs version
Release Notes
3.3.1.0 (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:
Update changelog.
Bump version.
* Bump parser branches to 3.0.7, 3.1.5, 3.2.4, 3.3.1 (#1011)
+ ruby{33,34}.y: allow blocks inherit anonymous args. (#1010)
`action.rb` doc fixes (#1008)
* Use `require_relative` in the Parser codebase (#1003)
Use `AST::Processor::Mixin` instead of deprecated `AST::Processor` (#1000)
+ Raise a more specific error when encountering an unknown magic comment encoding (#999)
Update changelog.
Release Notes
1.8.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
Merge pull request #268 from yui-knk/v1.8.0
Bump up v1.8.0
Merge pull request #262 from yui-knk/support_expect_bang
Support `error_on_expect_mismatch` declaration in Racc grammar file
Merge pull request #266 from ydah/fix-readme-ja
Merge pull request #267 from ydah/change-encode
Change encode EUC-JP to UTF-8
Update Racc link in README.ja.rdoc
Change Requirement to match README.rdoc
Merge pull request #265 from nobu/options
Simplify `--runtime-version` option
Make `--help` success
Omit the default exit value
Abort instead of puts and exit
Merge pull request #264 from nobu/drop-ruby1.6
Merge pull request #263 from nobu/old-version-on-macos
Exclude 2.5 on macos-latest
Drop code for Ruby 1.6
Merge pull request #222 from nurse/add-more-grammars
Merge pull request #259 from zenspider/zenspider/stdin
Reformat the rdoc so it renders correctly both locally and on github.
Allow racc cmdline to read from stdin if no path specified.
Merge pull request #260 from ruby/try-to-fix-3-3
Don't use bundle exec to avoid warning of Ruby 3.3
Ignore jar artifact
Remove stale code
Merge pull request #257 from ydah/fix-typos
Fix trivial typos
Merge pull request #255 from nobu/build-java
Release Notes
2.9.2 (from changelog)
2.9.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 10 commits:
Release v2.9.2
Merge pull request #91 from tagliala/security/opt-in-for-mfa
Opt-in for MFA requirement explicitly
Merge pull request #92 from tagliala/chore/fix-typos
Fix typos
Release v2.9.1
Unify CHANGELOG formatting
Simplify path slightly
Merge pull request #90 from koic/use_require_relative
Use `require_relative` in the Regexp::Parser codebase
Release Notes
1.31.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 8 commits:
Cut 1.31.3
Update Changelog
Handle encoding error from the parser gem
Workaround for incompatibilities between Prism 0.24.0 and 0.25.0 (#290)
Update org name from rubocop-hq to rubocop
Suppress a RuboCop's offense
Add CHANGELOG entry.
Restore docs/antora.yml
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