Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade rubocop-rspec to version 1.34.0 #78
Conversation
depfu
bot
added
the
depfu
label
Jul 24, 2019
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Jul 24, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #78 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 34 34
=====================================
Hits 34 34 Continue to review full report at Codecov.
|
ruebot
merged commit 781301d
into
master
Jul 24, 2019
depfu
bot
deleted the
depfu/update/rubocop-rspec-1.34.0
branch
Jul 24, 2019
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.
depfu bot commentedJul 24, 2019
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
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