Update rubocop-rspec 2.25.0 → 2.26.1 (minor) #178
Merged
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 (2.25.0 → 2.26.1) · Repo · Changelog
Release Notes
2.26.1
2.26.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
Merge pull request #1771 from rubocop/release
Bump version to v2.26.1
Merge pull request #1769 from rubocop/followup
Follow up https://github.com/rubocop/rubocop-rspec/pull/1768#discussion_r1442928428
Merge pull request #1768 from rubocop/fix1765
Fix an error for `RSpec/SharedExamples` when using examples without argument
Switch docs version back
Merge pull request #1763 from rubocop/release
Bump version to v2.26.0
Merge pull request #1746 from jessieay/master
Add support for enforced symbolized shared examples
Merge pull request #1761 from rubocop/tilde-heredoc
Merge pull request #1762 from rubocop/codeowners
Add a CODEOWNERS file
Fix bad indentation
Use squiggly heredocs wherever possible
Merge pull request #1759 from rubocop/3.3-in-ci
Use Ruby 3.3 in GHA jobs
Merge pull request #1758 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
Merge pull request #1757 from robinaugh/robinaugh/fix-1756
Ensure PendingWithoutReason can detect violations inside shared groups
Merge pull request #1749 from swelther/feature/do-not-use-remove-const
Add new RSpec/RemoveConst cop
Merge pull request #1752 from jdufresne/future-tense
Make RSpec/ExampleWording handle "it will" future tense
Merge pull request #1694 from rubocop/add-builtin-matcher
Add new `RSpec/RedundantPredicateMatcher` cop
Merge pull request #1744 from rubocop/enable-some-pending-cops
Enable a few pending cops
Merge pull request #1738 from rubocop/impl-before-after-all
Merge pull request #1739 from rubocop/refactor
Improve document for `RSpec/BeforeAfterAll`
Refactor for `RSpec/BeforeAfterAll`
Merge pull request #1740 from rubocop/correct_offense
Correct for `Layout/ExtraSpacing`
Switch docs version back
Release Notes
2.20.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Merge pull request #88 from rubocop/bump-version
Bump version v2.20.0
Merge pull request #87 from rubocop/fix82
Fix a false positive for `Capybara/SpecificMatcher` when `text:` or `exact_text:` with regexp
Merge pull request #60 from rubocop/fix/57
Change to default `EnforcedStyle: have_no` for `Capybara/NegationMatcher` cop
Merge pull request #86 from rubocop/3.3-in-ci
Add Ruby 3.3 to CI matrix
Merge pull request #77 from rubocop/feature/75
Merge branch 'main' into feature/75
Merge pull request #80 from rubocop/fix78-2
Add new `Capybara/RedundantWithinFind` cop
Fix an invalid attributes parse when name with multiple `[]`
Merge pull request #84 from rubocop/enable-few-cops
Merge pull request #83 from rubocop/fix-offense
Enable a few pending cops
Correct a `InternalAffairs/NodeFirstOrLastArgument`
Merge pull request #79 from rubocop/fix78-1
Fix a false negative for `RSpec/HaveSelector` when first argument is dstr node
Merge pull request #76 from rubocop/change_click_link_or_button_default
Change to default `EnforcedStyle: link_or_button` for `Capybara/ClickLinkOrButtonStyle` cop
Merge pull request #74 from rubocop/fix-doc
Add RSpec department in documentation
Merge pull request #71 from rubocop/switch-doc-version-back
Switch docs version back
Release Notes
2.25.1
2.25.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
Bump version v2.25.1 (#99)
Fix an error occurred for `FactoryBot/IdSequence` when `sequence` with non-symbol argment or without argument (#98)
Fix a false positive for `FactoryBot/CreateList` (#97)
Merge pull request #96 from rubocop/bump-rubocop-version
Merge pull request #94 from rubocop/tilde-heredoc
Merge pull request #95 from rubocop/codeowners
Use `spec.add_runtime_dependency 'rubocop', '~> 1.41'`
Enable a few pending cops
Add a CODEOWNERS file
Use squiggly heredocs wherever possible
Switch docs version back (#93)
Bump version v2.25.0 (#92)
Merge pull request #86 from rubocop/fix84
Fix a false positive for `FactoryBot/ConsistentParenthesesStyle` when hash pinning
Merge pull request #91 from rubocop/3.3-in-ci
Use Ruby 3.3 in GHA jobs
Merge pull request #90 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
Merge pull request #85 from rubocop/add-expect
Add expect_correction for `FactoryBot/ConsistentParenthesesStyle` when call with an explicit receiver
Add new `FactoryBot/ExcessiveCreateList` cop
Merge pull request #76 from rubocop/fix62
Fix a false positive for `FactoryBot/FactoryNameStyle` when namespaced models
Merge pull request #75 from rubocop/fix-project-spec
Improve for project_spec
Merge pull request #74 from rubocop/fix-v224
Fix some wrong release version in v2.24
Merge pull request #70 from rubocop/switch-doc-version-back
Switch docs version back
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