Extend the list of Rails spec types for RSpec/DescribeClass. (@pirj)
Fix FactoryBot/AttributeDefinedStatically to allow #traits_for_enum without a block. (@harrylewis)
Improve the performance of FactoryBot/AttributeDefinedStatically, RSpec/InstanceVariable, RSpec/LetSetup, RSpec/NestedGroups and RSpec/ReturnFromStub. (@andrykonchin)
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 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-rspec (1.39.0 → 1.41.0) · Repo · Changelog
Release Notes
1.41.0
1.40.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-ast (indirect, 0.0.3 → 0.1.0) · Repo · Changelog
Release Notes
0.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 49 commits:
Cut 0.1.0
Small doc for node_keyword [ci skip] [doc]
Add note that emit_forward_arg will be set to true [See #44]
Add note that Ruby 2.8 support is experimental [ci skip] [doc]
Add `post_condition_loop?` and `loop_keyword?` for `Node`
Add Constant parameters to NodePattern
Add named parameters to NodePattern
Support `Parser::Ruby28`
Changelog entry for #46 [doc][ci skip]
CI: Add test with MODERNIZE
[Fixes #43] Basic support for non-legacy emitters
Improve doc for NodePattern parameters [doc] [ci skip]
Add `delimiters' and related predicates for `RegexpNode` (#41)
Run internal investigation using master only. Fix disabling
Add helpers allowing to check whether the method is a nonmutating operator method or a nonmutating method
Fix broken links in the changelog
Include coverage in spec matrix
Fix typo [doc] [ci skip]
Add a note about the extraction of rubocop-ast from RuboCop
Add CodeClimate badges to the README
Fix require order for coverage
Add `enumerable_method?` for `MethodIdentifierPredicates`
Refactor NodePattern::Macros
Fix def_node_search's backtrace with better specs for all NodePattern::Macros
Add basic spec for NodePattern::Macros.def_node_matcher
NodePattern: Use `param === node` to match params.
Run full specs on minimum rubocop too
Add `argument_type?` method to make it easy to recognize argument nodes
Update documentation_uri
Rename new option predicate to avoid conflict with existing Node method [#20]
CI: add full run specs for main RuboCop repo
Add RegexpNode regopt predicates (#20)
Add interpolation? check for RegexpNode
Merge pull request #19 from tejasbubane/fix-rubocop-regexp-offense
Fix regex offense reported by rubocop
Fix rubocop offense for redundant regex escape
Fix a couple of headings
Update some doc references in the README
Rename the manual dir to docs
Remove legacy markdown files
Convert the docs to AsciiDoc
[Fix #5] Test on official RuboCop too
[Fix #12] SendNode#attribute_accessor? requires at least one argument.
Add test for SendNode#attribute_accessor? [#12]
Satisfy RSpec/EmptyLineAfterExample
Delete repeated example, thanks to RSpec/RepeatedExampleGroupBody
Update .rubocop_todo.yml
Ignore byebug history
Fix links in [doc] [ci skip]
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