This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Update rubocop-rspec: 1.33.0 → 1.34.0 (minor) #51
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.33.0 → 1.34.0) · Repo · Changelog
Release Notes
1.34.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
Merge pull request #787 from rubocop-hq/release
Bump version to 1.34.0
Merge pull request #784 from pirj/fix-pending-spec
Add support for metadata
Fix namespace detection
Remove redundant hook scope
Remove redundant conversion
Take innermost class for described_class
Switch to newer expect_correction syntax
Remove unused module inclusion
Make example wording consistent
Simplify DescribedClass cop default config tests
Merge pull request #781 from pirj/fix-obscure-syntax-in-readme
Merge pull request #783 from hanapei00/topic_update_readme_usage_command_line
Merge pull request #782 from pirj/allow-rspec-as-top-level-constant
description position change and write as yaml
update document how to use multiple extensions.
Fix typos in the changelog
Improve detection by allowing the use of ::RSpec
Fix obscure syntax in the example
Merge pull request #780 from nc-holodakg/improve-should-wording-detection
Improve detection for ExampleWording cop
Merge pull request #778 from foton/LetSetup_message_impoved
Changed message of RSpec/LetSetup cop to be more descriptive
Merge pull request #779 from pirj/improve-examples-for-leaky-constant-declaration-cop
Improve examples for LeakyConstantDeclaration cop
Merge pull request #770 from pirj/improve-subject-stub-cop
Improve detection of unnamed subject stubbing
Add spy stubbing in SubjectStub
Add Changelog entry for multiple changes
Remove special case `all` matcher from SubjectStub
Add more reasoning references to SubjectStub
Improve offence message for SubjectStub
Add support for chain and multiple stub detection
Add detection of negated runners
Improve stub detection
Use consistent wording in docstrings
Merge pull request #768 from pirj/improve-aggregate_failures-detection-in-multiple-expectations-cop
Merge pull request #774 from pirj/use-rubocop-internal-affairs
Improve MultipleExpectations metadata detection
Disable InternalAffairs/NodeDestructuring cop
Use RuboCop internal affairs department
Merge pull request #765 from pirj/add-leaky-constant-declaration-cop
Disable LeakyConstantDeclaration
Add RSpec/LeakyConstantDeclaration cop
Merge pull request #762 from pirj/fix-doc-issue-for-context-wording
Fix doc issue for ContextWording cop
Merge pull request #767 from rubocop-hq/fix-changelog
Fix changelog
Merge pull request #760 from pirj/drop-aggregate-failures-by-default-option-for-multiple-expectations
Remove AggregateFailuresByDefault config option for MultipleExpectations
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