Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade rubocop-rspec to version 1.40.0 #127
Merged
Conversation
codecov
bot
commented
Jun 12, 2020
•
Codecov Report
@@ Coverage Diff @@
## master #127 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
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.
Suggestions cannot be applied on multi-line comments.
depfu bot commentedJun 12, 2020
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.40.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 49 commits:
Merge pull request #927 from rubocop-hq/release
Bump version to v1.40.0
Merge pull request #928 from rubocop-hq/add-andry-to-hall-of-fame
Add Andrew to the hall of fame
Merge pull request #925 from andrykonchin/speedup-subject-stub-cop
Merge pull request #721 from rubocop-hq/add-metadata
RSpec/SubjectStub. Code review. Remove excessive condition and fix searching of outer example group
Revert "RSpec/SubjectStub. Code review. Use #on_top_level_describe instead of #on_block callback"
Tagging cops as unsafe for auto-correction
Update PR template with version requirement
Unify key order in the config
Add recently added cops' versions
Add cop metadata
RSpec/SubjectStub. Code review. Use #on_top_level_describe instead of #on_block callback
RSpec/SubjectStub. Code review. Handle case with several explicit subjects in example group
RSpec/SubjectStub. Code review. Refactor #find_all_named_subjects method
Merge pull request #924 from rubocop-hq/fix-leaky-constant-declarations
RSpec/SubjectStub. Refactor and decrease complexity
Fix leaking constant
[Docs] Fix syntax highlighting of some code snippets
Merge pull request #917 from rolfschmidt/followup-869
Move some text from the README to the docs
Fix `RSpec/FilePath` detection across sibling directories.
Merge pull request #915 from rubocop-hq/cleanup-workaround
Simplify manual generation
Cleanup workaround
Merge pull request #920 from robotdana/repeated-example-group-body-with-const
Allow identical body with distinct described_class
Convert the docs to AsciiDoc and Antora
Merge pull request #912 from zdennis/features/file-path-cop-spec-suffix-only
Merge pull request #914 from rubocop-hq/fix-edge-rubocop-0.84-offences-2
Remove ExampleWording specs for empty config
Remove explicit `subject(:cop)` from specs
Remove default configuration from specs
Fix specs
Merge pull request #913 from rubocop-hq/fix-edge-rubocop-0.84-offences
Fix an offence conflict to appease both cops
Fix RuboCop 0.84 offences
Sort alphabetically
Don't give in to the mainstream
Add SpecSuffixOnly option to RSpec/FilePath cop
Merge pull request #909 from twalpole/capybara_visibility_matchers
Merge pull request #905 from tejasbubane/generator-version-added
Use rubocop-rspec's version while generating new cop
Support multiple matchers for Capybara/VisibilityMatcher cop
Merge pull request #910 from tejasbubane/variable-definition-cop
Add new `RSpec/VariableDefinition` cop
Merge pull request #907 from tejasbubane/rspec-variable-name-cop
Add new `RSpec/VariableName` cop
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