Update rubocop-performance 1.20.1 → 1.20.2 (patch) #179
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-performance (1.20.1 → 1.20.2) · Repo · Changelog
Release Notes
1.20.2 (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.20.2
Update Changelog
Use RuboCop RSpec 2.26
Raise an exception if automation task `system` fails
Merge pull request #430 from Earlopain/fix-425
[Fix #425] Fix a false positive for`Performance/StringIdentifierArgument`
Merge pull request #429 from koic/ci_against_ruby_3_3
CI against Ruby 3.3
Switch back docs version to master
Release Notes
3.3.0.2 (from changelog)
3.3.0.1 (from changelog)
3.3.0.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 33 commits:
Update changelog.
Bump version.
- Fix an error when using heredoc with non-word delimiters (#987)
Update changelog.
Update changelog.
Bump version.
- Supports Ruby 2.0+ runtime (#986)
Fix incorrect required_ruby_version (#985)
Update changelog.
Bump version.
* current.rb: mark 3.3 branch as stable (#984)
+ ruby33.y: reject ambiguous anonymous arguments (#983)
+ ruby33.y: extract arg_splat rule. (#981)
+ builder.rb: warn `it` in a block with no ordinary params. (#980)
+ builder.rb: extract named captures only from static regexes. (#979)
+ ruby33.y: accept expr_value in sclass definition. (#978)
+ ruby33.y: extract p_in_kwarg (#977)
+ ruby33.y: extract p_assoc and p_in rules (#976)
document running no "syntax checks for block exits" (added first in MRI 3.3.0) (#975)
+ ruby33.y: reject invalid gvar as symbol (#974)
+ ruby33.y: properly restore in_defined flag, extract begin_defined rule (#973)
+ builder.rb: reject multi-char gvar names starting with 0 (#972)
+ ruby33.y: allow semicolon in parenthesis at the first argument of command call (#971)
+ ruby33.y: parse qualified const with brace block as a method call (#970)
* ruby33.y: extract string_dend (#969)
* lexer.rl: treat numparams as locals (#968)
* ruby33.y: extract words_sep (#967)
add tests for duplicate variable name check with p_rest (#966)
* literal.rb: match heredoc identifier from end of line (#965)
* ruby33.y: extract {endless_command,endless_arg} rules (#964)
* Bump Racc to 1.7.3 (#954)
Replace whitequark blog links with archive URLs (#948)
Update changelog.
Release Notes
2.9.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 7 commits:
Release v2.9.0
Add Ruby 3.3 to build matrix
Fix b526e4d for ancient rubies
Update license years
Fix b526e4d for ancient rubies
Add support for GCB properties
Add `#negative?` to all expressions
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