Update rubocop-rspec: 1.44.1 → 2.1.0 (major) #87
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-rspec (1.44.1 → 2.1.0) · Repo · Changelog
Release Notes
2.1.0
2.0.1
2.0.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.
✳️ rubocop (0.93.1 → 1.7.0) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 5 commits:
v1.20.1
Merge pull request #287 from grosser/grosser/eol
bring back ruby 2.4 since that broke rubocop builds because of some dependency foobar
Merge pull request #288 from grosser/grosser/ga
use GA
Release Notes
3.0.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 22 commits:
Update changelog.
Bump version.
* current.rb: bump default branch to parser/ruby30. (#782)
ruby-3.0 is released (#781)
add more state checks to the tests suite (#779)
+ ruby30.y: reintroduce `expr in pat` (#777)
'numbererd' -> 'numbered' (#778)
* do not emit truncated parts of squiggly heredoc (#774)
+ builder: emit implicit hash passed to a method call as kwargs (#769)
use "|| true" in GH actions to swallow errors (#770)
+ lexer.rl: use more specific warning for ambiguous slash. (#768)
+ ruby30.y: allow endless method without arglist. (#765)
- lexer.rl: don't perform lookahead after tASSOC. (#764)
Make `SourceBuffer` Ractor-shareable. Basic test for `Node`. (#757)
+ ruby30.y: use `=>` for one-line pattern matching. (#760)
+ ruby30.y: reject setters in all endless method defs. (#758)
migrate to github actions (#759)
added dummy github actions workflow
Source buffer freeze (#756)
* Optimize `SourceBuffer` line and column handling (#755)
Add LICENSE.txt to the gem (#750)
Update changelog.
Commits
See the full diff on Github. The new version differs by 26 commits:
Release v2.0.3
Dont raise when encountering collation/equivalent lookalikes
Fix Syntax lookup error ancestry
Release v2.0.2
Merge pull request #77 from dgollahon/allow-calling-to_s-on-frozen-passive-groups
Support `#to_s` on frozen Group::Passive
Merge pull request #78 from dgollahon/address-linter-flags
Add parentheses around assignments in conditions
Remove unused block arguments
Remove unused &block captures
Underscore unused arguments
Add missing text assertion for quantifiers
Release v2.0.1
Fix scanning of single-xdigit hex escapes ...
Support a wider range of group names ...
Update README.md
Fix workflow syntax
Use GitHub actions
Release v2.0.0
Merge pull request #69 from ammar/handle_chained_quantifiers
Add simple handling/workaround for chained quantifiers
Remove deprecated methods
Always use UTF-8 encoding, not just for literals
Merge pull request #73 from ammar/use_character_indices
Provide character- instead of byte-based indices ...
Add Regexp::Expression::Base#base_length
Release Notes
1.3.0 (from changelog)
1.2.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 23 commits:
Cut 1.3.0
Update Changelog
NodePattern now considers constant names to refer to constants (instead of predicate `#Example_type?`)
Restore docs/antora.yml
Cut 1.2.0
Update Changelog
Enable `BlockNode#argument_list` for `numblock`s.
Add ArgNode for `arg`, `kwarg`, `optarg`, `restarg`, `kwoptarg`, `kwrestarg`, `blockarg`, `forward_arg` and `shadowarg` types.
Suppress RuboCop Performance 1.9's offenses
Fix deprecating `set-env` for GitHub Actions
Fix typos
Use refinements to support Ruby <= 2.6 Range#minmax
CI: set timeout
Remove `:rasgn` and `:mrasgn` types.
Don't run CI on pushes other than to master branch
Satisfy `Style/CommentAnnotation` cop
Bump required_ruby_version to match main gem
`def_node_pattern` and `def_node_search` now return the method name.
Tweak mergify
Remove os from rule names. Update mergify
Disable `RSpec/StubbedMock`.
Disable `RSpec/MultipleMemoizedHelpers`
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