Skip to content

[pull] master from ruby:master#143

Merged
pull[bot] merged 1 commit intosysfce2:masterfrom
ruby:master
Feb 14, 2026
Merged

[pull] master from ruby:master#143
pull[bot] merged 1 commit intosysfce2:masterfrom
ruby:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Feb 14, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Apply autocorrect with the latest rubocop.
Old rubocop missed some "Style/MethodDefParentheses" offences that has
splat or kwarg splat.

The following code didn't get `Style/MethodDefParentheses` offences in
`rubocop <= 1.84.1`, fixed in `v1.84.2`
```ruby
def f a, b:, **c, &d
end

def g a, *b, c, d:, &e
end
```
@pull pull Bot locked and limited conversation to collaborators Feb 14, 2026
@pull pull Bot added the ⤵️ pull label Feb 14, 2026
@pull pull Bot merged commit 52e0817 into sysfce2:master Feb 14, 2026
4 of 5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant