Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade rubocop-rspec to version 1.36.0 #85
Conversation
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Sep 29, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 34 34
=====================================
Hits 34 34 Continue to review full report at Codecov.
|
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 commentedSep 28, 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.36.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
Merge pull request #824 from rubocop-hq/release
Bump version to 1.36.0
Fix Changelog
Merge pull request #777 from rubocop-hq/improve-focus-cop
Add Changelog entries for RSpec/Focus cop changes
Add pending examples to what Focus cop can detect
Fix focus detection for mixed array/hash metadata
Merge pull request #819 from skillsmatter/auto-correct-CurrentPathExpectation
Improve autocorrect for Capybara/CurrentPathExpectation
Merge pull request #823 from pirj/empty-line-after-example
Add RSpec/EmptyLineAfterExample cop
Merge pull request #821 from pirj/edge-rubocop-dependency-check
Add edge RuboCop support CI check
Merge pull request #804 from pirj/update-rubocop-and-use-children-matching
Merge pull request #812 from pirj/improve-instance_variable-cop-message
Merge pull request #816 from pirj/fix-expect_change-docs-and-specs-syntax-errors
Fix syntax errors in RSpec/ExpectChange docs/specs
Improve RSpec/InstanceVariable offence message
Merge pull request #810 from pirj/drop-specs-from-gem
Use child matching in MultipleExpectations cop
Use children matching in AttributeDefinedStatically cop
Use children matching in Pending cop
Use children matching in DescribeClass cop
Update minimum required RuboCop version
Remove redundant files from gem distribution
Merge pull request #805 from pirj/417_context_method
Add ContextWorking cop
Merge pull request #802 from pirj/add-described-class-skip_blocks-documentation
Add missing `SkipBlocks` option documentation
Merge pull request #797 from pirj/fix-example-wording-cop-multiline-literal
Fix autocorrect in RSpec/ExampleWording
Merge pull request #800 from pirj/fix-described_class-described_class-as-namespace-variable
Remove excessive indentation in spec code example
Ignore `described_class` being used in constant
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