Upgrade rubocop-rspec to version 2.14.2 #23
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.13.2 → 2.14.2) · Repo · Changelog
Release Notes
2.14.2
2.14.1
2.14.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 61 commits:
Bump version to 2.14.2
Merge pull request #1441 from r7kamura/feature/routing-spec
Merge pull request #1443 from ydah/fix/1442
Merge pull request #1437 from rubocop/fix-mistaken-positional-arguments-reordering
Merge pull request #1438 from rubocop/fix-infinite-correction-loop
Merge pull request #1434 from ydah/fix_false_positive_for_no_expectation
Bump version to 2.14.1
Merge pull request #1430 from ydah/fix-markdown
Merge pull request #1431 from ydah/fix_rspec_rails_inferred_spec_type
Switch docs version back
Merge pull request #1426 from rubocop/release
Bump version to 2.14.0
Add a cut_release rake task
Merge pull request #1424 from rubocop/simplify-node-pattern
Simplify node pattern
Merge pull request #1422 from rubocop/fix-changelog-2
Fix bad changelog merge
Merge pull request #1376 from ydah/support_subject!
Add support for subject! method to `RSpec/SubjectDeclaration`
Merge pull request #1420 from rubocop/fix-and-enable-pending-spec
Fix and re-enable a Changelog spec
Merge pull request #1371 from ydah/add_markdownlint
Add mdformat to the workflow in GitHub Actions
Merge pull request #1378 from rubocop/bquorning.sort-tags
Add missing Changelog entry + on_numblock
Add support for multiline offenses
Leverage `def_node_matcher` yielding its match
Add new `RSpec/SortMetadata` cop
Merge pull request #1413 from rubocop/ignore-groups-with-include_examples-for-let-before-examples-cop
Ignore groups with include_examples in LetBeforeExamples
Merge pull request #1415 from r7kamura/feature/eval-gemfile
Merge pull request #1411 from ignaciovillaverde/remove-obsolete-ignored-patterns-option
Remove obsolete IgnoredPatterns option
Merge pull request #1402 from ydah/feature/1326
Add mixin/capybara_help and moved common processes
Add new `RSpec/Capybara/SpecificActions`
Merge pull request #1365 from r7kamura/feature/infer
Use `Bundler::Dsl#eval_gemfile` to load Gemfile.local
Add more explanation about `config.infer_spec_type_from_file_location!`
Simplify node pattern
Add `RSpec/Rails/InferredSpecType` cop
Merge pull request #1096 from Liberatys/feature/adding-a-parens-enforcer-for-factory-bot
feat: Implement a rubocop for consistent usage of parens in factorybot methods
Merge pull request #1412 from rubocop/improve-no-expectation-example-metadata
Improve `RSpec/NoExpectationExample` cop to ignore examples skipped or pending via metadata
Merge pull request #1408 from ydah/fix/1385
Add `AllowedPatterns` configuration option to `RSpec/NoExpectationExample`
Merge pull request #1405 from ydah/feature/378
Add new `RSpec/Capybara/NegationMatcher` cop
Merge pull request #1350 from akrox58/FIX-1337/update_example_wording_cop_to_call_out_insufficient_descriptions
[Fix #1337] Update the cop to raise error for insufficient descriptions.
Merge pull request #1410 from rubocop/bquorning.enable-some-new-cops
Enable Style/EmptyHeredoc and fix offense
Enable Layout/LineEndStringConcatenationIndentation
Enable Layout/LineContinuationSpacing
Merge pull request #1401 from ydah/fix/specific_matcher
Fix a false positive for `RSpec/Capybara/SpecificMatcher` when `have_css("a")` without attribute
Merge pull request #1396 from ydah/fix/1395
Merge pull request #1372 from r7kamura/feature/implicit
Fix a wrong AllowedPatterns example in `RSpec/ContextWording`
Add `require_implicit` style to `RSpec/ImplicitSubject`
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