#12043: Fix a false negative for Layout/ExtraSpacing when some characters are vertically aligned. (@koic)
#12040: Fix a false positive for Layout/TrailingEmptyLines to prevent the following incorrect autocorrection when inspecting the % form string %\n\n. (@koic)
#1867: Fix an error when AllCops:Exclude is empty in .rubocop.yml. (@koic)
#12034: Fix invalid byte sequence in UTF-8 error when using an invalid encoding string. (@koic)
#12038: Output the "server restarting" message to stderr. (@knu)
#11953: Fix a false negative for Lint/DuplicateHashKey when there is a duplicated constant key in the hash literal. (@koic)
#11945: Fix a false negative for Style/RedundantSelfAssignmentBranch when using method chaining or arguments in ternary branch. (@koic)
#11949: Fix a false positive for Layout/RedundantLineBreak when using a line broken string. (@koic)
#11931: Fix a false positive for Lint/RedundantRequireStatement when using PP.pp. (@koic)
#11946: Fix an error for Lint/NumberConversion when using multiple number conversion methods. (@koic)
#11972: Fix an error for Lint/Void when CheckForMethodsWithNoSideEffects: true and using a method definition. (@koic)
#11958: Fix error for Style/IdenticalConditionalBranches when using empty parentheses in the if branch. (@koic)
#11962: Fix an error for Style/RedundantStringEscape when an escaped double quote precedes interpolation in a symbol literal. (@koic)
#11947: Fix an error for Style/ConditionalAssignment with an assignment that uses if branch bodies, which include a block. (@koic)
#11959: Fix false negatives for Layout/EmptyLinesAroundExceptionHandlingKeywords when using Ruby 2.5's rescue inside block and Ruby 2.7's numbered block. (@koic)
#10902: Fix an error for Style/RedundantRegexpEscape string with invalid byte sequence in UTF-8. (@ydah)
#11562: Fixed escaped octal handling and detection in Lint/DuplicateRegexpCharacterClassElement. (@rwstauner)
Changes
#11904: Mark Layout/ClassStructure as unsafe to autocorrect. (@nevans)
#8506: Add AllowedParentClasses config to Lint/MissingSuper. (@iMacTia)
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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
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.52.1 → 1.54.2) · Repo · Changelog
Release Notes
1.54.2
1.54.1
1.54.0
1.53.1
1.53.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.
↗️ racc (indirect, 1.6.2 → 1.7.1) · Repo · Changelog
Release Notes
1.7.1
1.7.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 46 commits:
Bump up v1.7.1
Bump up source/target versions for Java extension
Merge pull request #221 from nobu/embedded-path
Merge pull request #223 from nobu/gem-version
Fix place to specify rake-compiler version
Expand embedded paths so that the guards can find it
Assert no warning from embedded parser-text.rb
Assert no warning from parser-text.rb
racc/parser-text.rb depends on Rakefile
Merge pull request #220 from ruby/use-test-unit-ruby-core
sync_tool is no longer needed
Use released version of test-unit-ruby-core
Don't need Bundler on Gemfile
Bump up source/target JVM versions
Bump up v1.7.0
Merge pull request #218 from nobu/embed-info
Embed racc/info.rb too
Merge pull request #213 from jeremyevans/errorsymbolvalue
Merge pull request #217 from hkdnet/sample-test
Use the current racc for test
Add tests for sample dir and tweak samples
Merge pull request #216 from nobu/trailing-spaces
[DOC] Strip trailing spaces
Merge pull request #215 from nobu/newline-at-eof
Add a newline at EOF [ci skip]
Merge pull request #214 from ruby/flavorjones-20230408-exclude-jruby-head-on-mac
Exclude jruby-head on macOS
Update test libraries from https://github.com/ruby/ruby/commit/b4e438d8aabaf4bba2b27f374c787543fae07c58
Remove ErrorSymbolValue reference
Merge pull request #211 from ruby/improve-actions
Exclude jruby, truffleruby and truffleruby-head with macOS
Exclude JRuby from Windows
Try with macOS and Windows
Use ruby/actions/.github/workflows/ruby_versions.yml@master
Use appropriate name for build job
Merge pull request #209 from petergoldstein/feature/adds_ruby_3_2_to_ci
Adds Ruby 3.2 to the CI matrix.
Merge pull request #208 from casperisfine/fix-anonymous-eval
Get rid of anonymous eval calls
Merge pull request #167 from pocke/Make_racc_Ractor_compatible
Removed unused configuration
Merge pull request #207 from ruby/gh-201
encoding
Removed old VCS header
Removed obsoleted CVS section
typo fix
🆕 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