Upgrade rubocop-rspec to version 2.12.1 #163
Merged
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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-rspec (2.11.1 → 2.12.1) · Repo · Changelog
Release Notes
2.12.1 (from changelog)
2.12.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 55 commits:
Merge pull request #1312 from rubocop/release
Bump version to 2.12.1
Merge pull request #1311 from ydah/fix_specific_matcher
[Fix #1310] Fix a false positive for `RSpec/Capybara/SpecificMatcher`
Switch docs version back to master
Switch docs version to 2.12
Merge pull request #1309 from rubocop/release
Bump version to 2.12.0
Merge pull request #1307 from akiomik/have-http-status
Add new RSpec/Rails/HaveHttpStatus cop
Merge pull request #1302 from ydah/add_document_for_expect_actual
Merge pull request #1308 from Drowze/verified-double-reference-unsafe
Mark RSpec/VerifiedDoubleReference as unsafe
Merge pull request #1305 from rubocop/pass-range-as-a-positional-argument-in-range_help-range_with_surrounding_space
Pass range as a positional arg
Merge pull request #1304 from rubocop/enable-new-cops
Enable our own pending RSpec cops
Merge pull request #1303 from edgibbs/add-inline-doc-examples-of-aggregate-failures
Clean up our own RuboCop configuration
Document aggregate_failures behavior in MultipleExpectations cop
Improved documentation for `RSpec/ExpectActual`
Merge pull request #1301 from rubocop/refactor-specs
Refactor specs to use offence substitution
Merge pull request #1300 from ydah/change_suggest_rake_task_warning
Change command for the rake task with arguments to a style that can also be used in zsh
Merge pull request #1285 from tejasbubane/fix-1284
Fix error in `RSpec/RSpec/FactoryBot/CreateList` cop for empty block
Merge pull request #1108 from ngouy/fix_create_list_not_safe_detected_cases
[Fix #1087] Ignore CreateList offense on method call detection
Merge pull request #1298 from ydah/add_inclusive_language_for_autocorrect
Add a setting for "autocorrect" in `Naming/InclusiveLanguage`
Merge pull request #1294 from ydah/add_specific_matcher_cop
Add new `RSpec/Capybara/SpecificMatcher` cop
Merge pull request #1296 from ydah/fix_some_typo
Fix some typos
Merge pull request #1293 from kuboon/patch-1
rake generate_cops_documentation
Update message_spies.rb
Merge pull request #1295 from ydah/doc_improve_for_change_by_zero
Improved documentation for `RSpec/ChangeByZero`
Better explanation for MessageSpies
Merge pull request #1289 from rubocop/default-styles-on-top
Move enforced styles to top in docs
Merge pull request #1279 from koic/clarify_the_default_enforced_styles
Merge pull request #1288 from ydah/fix_a_warning_for_build_config
Merge pull request #1283 from johnny-miyake/fix_empty_line_separation
[Fix #1282] Fix autocorrect for EmptyLineSeparation
Fix a warning for "bin/build_config"
Merge pull request #1286 from tejasbubane/fix-1105
Fix incorrect path suggested by `RSpec/FilePath` cop when second argument contains spaces
Merge pull request #1280 from ydah/fix_typo
Merge pull request #1281 from ydah/add_naming_inclusive_language_rule
Enable `Naming/InclusiveLanguage`
Fix some typos
[Doc] Clarify default enforced styles
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