Update rubocop-rspec 2.25.0 → 2.26.1 (minor)#523
Closed
depfu[bot] wants to merge 1 commit intodevelopfrom
Closed
Conversation
Contributor
Author
|
Closed in favor of #532. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/releaseBump version to v2.26.1Merge pull request #1769 from rubocop/followupFollow up https://github.com/rubocop/rubocop-rspec/pull/1768#discussion_r1442928428Merge pull request #1768 from rubocop/fix1765Fix an error for `RSpec/SharedExamples` when using examples without argumentSwitch docs version backMerge pull request #1763 from rubocop/releaseBump version to v2.26.0Merge pull request #1746 from jessieay/masterAdd support for enforced symbolized shared examplesMerge pull request #1761 from rubocop/tilde-heredocMerge pull request #1762 from rubocop/codeownersAdd a CODEOWNERS fileFix bad indentationUse squiggly heredocs wherever possibleMerge pull request #1759 from rubocop/3.3-in-ciUse Ruby 3.3 in GHA jobsMerge pull request #1758 from m-nakamura145/update-ci-matrixAdd Ruby 3.3 to CI matrixMerge pull request #1757 from robinaugh/robinaugh/fix-1756Ensure PendingWithoutReason can detect violations inside shared groupsMerge pull request #1749 from swelther/feature/do-not-use-remove-constAdd new RSpec/RemoveConst copMerge pull request #1752 from jdufresne/future-tenseMake RSpec/ExampleWording handle "it will" future tenseMerge pull request #1694 from rubocop/add-builtin-matcherAdd new `RSpec/RedundantPredicateMatcher` copMerge pull request #1744 from rubocop/enable-some-pending-copsEnable a few pending copsMerge pull request #1738 from rubocop/impl-before-after-allMerge pull request #1739 from rubocop/refactorImprove document for `RSpec/BeforeAfterAll`Refactor for `RSpec/BeforeAfterAll`Merge pull request #1740 from rubocop/correct_offenseCorrect for `Layout/ExtraSpacing`Switch docs version back✳️ rubocop (1.57.2 → 1.59.0) · Repo · Changelog
Release Notes
1.59.0
1.58.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.
Release Notes
2.7.1
2.7.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.
Commits
See the full diff on Github. The new version differs by 5 commits:
v1.24.0Merge pull request #340 from grosser/grosser/orderpolishMerge pull request #339 from shaicoleman/finish-in-orderAdd :finish_in_order optionRelease Notes
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 24 commits:
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.8.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
Release v2.8.3Handle leading 0s in group refs, fixes #88Update commentUpdate github actionsRelease 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-versionBump version v2.20.0Merge pull request #87 from rubocop/fix82Fix a false positive for `Capybara/SpecificMatcher` when `text:` or `exact_text:` with regexpMerge pull request #60 from rubocop/fix/57Change to default `EnforcedStyle: have_no` for `Capybara/NegationMatcher` copMerge pull request #86 from rubocop/3.3-in-ciAdd Ruby 3.3 to CI matrixMerge pull request #77 from rubocop/feature/75Merge branch 'main' into feature/75Merge pull request #80 from rubocop/fix78-2Add new `Capybara/RedundantWithinFind` copFix an invalid attributes parse when name with multiple `[]`Merge pull request #84 from rubocop/enable-few-copsMerge pull request #83 from rubocop/fix-offenseEnable a few pending copsCorrect a `InternalAffairs/NodeFirstOrLastArgument`Merge pull request #79 from rubocop/fix78-1Fix a false negative for `RSpec/HaveSelector` when first argument is dstr nodeMerge pull request #76 from rubocop/change_click_link_or_button_defaultChange to default `EnforcedStyle: link_or_button` for `Capybara/ClickLinkOrButtonStyle` copMerge pull request #74 from rubocop/fix-docAdd RSpec department in documentationMerge pull request #71 from rubocop/switch-doc-version-backSwitch docs version backRelease Notes
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 18 commits:
Bump version v2.25.0 (#92)Merge pull request #86 from rubocop/fix84Fix a false positive for `FactoryBot/ConsistentParenthesesStyle` when hash pinningMerge pull request #91 from rubocop/3.3-in-ciUse Ruby 3.3 in GHA jobsMerge pull request #90 from m-nakamura145/update-ci-matrixAdd Ruby 3.3 to CI matrixMerge pull request #85 from rubocop/add-expectAdd expect_correction for `FactoryBot/ConsistentParenthesesStyle` when call with an explicit receiverAdd new `FactoryBot/ExcessiveCreateList` copMerge pull request #76 from rubocop/fix62Fix a false positive for `FactoryBot/FactoryNameStyle` when namespaced modelsMerge pull request #75 from rubocop/fix-project-specImprove for project_specMerge pull request #74 from rubocop/fix-v224Fix some wrong release version in v2.24Merge pull request #70 from rubocop/switch-doc-version-backSwitch docs version backDepfu 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