Update rubocop-rspec 3.2.0 → 3.3.0 (minor) #3542
Open
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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-rspec (3.2.0 → 3.3.0) · Repo · Changelog
Release Notes
3.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
Merge pull request #2007 from rubocop/release
Merge pull request #2006 from Earlopain/rspec-monorepo
Release v3.3.0
CI: Add actions:write to gem-publish workflow
Update RSpec 4 CI to the monorepo
Merge pull request #2005 from rubocop/fix-empty-metadata-for-kwargs-splat
Fix EmptyMetadata for splat kwargs
Merge pull request #1998 from rubocop/use-node-extensions-instead-of-splat
Use Node extensions instead of *splat
Merge pull request #2003 from rubocop/fix-markdown
Fix formatting in some markdown files
Merge pull request #1994 from corsonknowles/use_simple_lookup_table_for_replacements
Add an else condition to correct `StubbedMock` behavior
Merge pull request #1990 from corsonknowles/continue_branch_coverage_quest
Complete branch coverage for more files
Merge pull request #1991 from corsonknowles/cover_one_more_branch
Cover and then remove `ancestor.send_type?` branch in `UnspecifiedException`
Merge pull request #1993 from corsonknowles/demonstrate_trailing_empty_line_behavior
Experiment with trailing empty lines
Merge pull request #1980 from rubocop/bquorning/prism
Add job for CI using Prism parser
Merge pull request #1989 from rubocop/improve-branch-coverage
Improve branch coverage
Merge pull request #1971 from corsonknowles/require_full_line_coverage
Increase branch coverage value
Update .simplecov
Merge pull request #1976 from corsonknowles/test_and_deprecate_top_level_group_mixin_method
Merge branch 'master' into test_and_deprecate_top_level_group_mixin_method
Merge pull request #1988 from rubocop/switch-docs-version-v3.2.0
Switch docs version back
✳️ rubocop (1.69.1 → 1.69.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 48 commits:
Cut 1.69.2
Update Changelog
[Fix #13556] Fix false positives for `Style/FileNull`
[Fix #13299] Fix `Style/BlockDelimiters` to always accept braces when an operator method argument is chained
Fix `Style/ExactRegexpMatch` cop error on invalid regular expression literal
Merge pull request #13539 from dvandersluis/issue/13320
`Net::HTTPSession` is deprecated now
Update RSpec 4 CI to the monorepo
Fix `Lint/UnescapedBracketInRegexp` cop failure with invalid multibyte escape
Merge pull request #13570 from viralpraxis/fix-naming-rescue-exceptions-variable-name-cop-error
Fix `Naming/RescueExceptionsVariableName` cop error in case of arbitrary expression
Merge pull request #13569 from viralpraxis/fix-style-method-call-without-args-parentheses-cop-error-with-mass-hash-assignments
Fix `Style/MethodCallWithoutArgsParentheses` cop error in case of mass hash assignment
[Fix #12995] Fix `--disable-uncorrectable` to not insert directives inside a string
Refactor `disable_offense` to have avoid looping over nodes so many times
Merge pull request #13565 from dvandersluis/redundant-line-continuation
Fix test for Windows by ensuring line terminators are `LF`, not `CRLF`.
[Fix #13320] Fix incorrect autocorrect when `Layout/LineContinuationLeadingSpace` and `Style/StringLiterals` autocorrects in the same pass
Merge pull request #13516 from dvandersluis/issue/13509
Merge pull request #13564 from viralpraxis/fix-metrics-class-length-cop-error-with-chained-assignments
Fix `Metrics/ClassLength` cop error in case of chained assignments
Fix `Style/RedundantLineContinuation` false negatives when a redundant continuation follows a required continuation
Merge pull request #13563 from dvandersluis/issue/13084
Add test cases for `Layout/ArgumentAlignment` for method call with square brackets and no dot
Merge pull request #13558 from viralpraxis/fix-lint-non-atomic-file-operation-in-case-of-implicit-receiver
Merge pull request #13562 from viralpraxis/fix-bundler-duplicated-gem-error-on-empty-branch
Fix `Bundler/DuplicatedGem` cop error in case of empty branch
Fix `Lint/NonAtomicFileOperation` failure in case of implicit receiver
Merge pull request #13559 from davidrunger/false-positive-for-redundant-line-continuation
Fix RedundantLineContinuation false positive on method def argument
Fix `Style/FrozenStringLiteralComment` false positive in case of non-downcased value literal
Merge pull request #13555 from koic/fix_an_incorrect_autocorrect_for_style_multiple_comparison
[Fix #13553] Fix an incorrect autocorrect for `Style/MultipleComparison`
Merge pull request #13551 from koic/fix_incorrect_autocorrect_for_if_with_semicolon
Fix lib/rubocop/magic_comment.rb broken comment link
Fix an incorrect autocorrect for `Style/IfWithSemicolon`
Merge pull request #13534 from viralpraxis/fix-layout-line-length-cop-failure-with-yard-like-string
Merge pull request #13542 from viralpraxis/fix-style-redundant-condition-cop-failure-with-empty-arguments-node
Fix `Layout/LineLength` cop failure in case of tabbed YARD-comment-like string.
Fix `Style/RedundantCondition` cop failure in case of empty arguments node
Merge pull request #13538 from viralpraxis/automatic-pre-commit-repo-revision-update-in-docs
Improve `Layout/EmptyLinesAroundBeginBody` example
Fix an error for `InternalAffairs/OperatorKeyword`
Fix grammar in `Layout/LineContinuationLeadingSpace` offense messages
Automatic pre-commit repository revision update in docs
Reset the docs version
Merge pull request #13536 from viralpraxis/fix-repo-revision-for-precommit-in-docs
Specify `v1.9.0` repository revision for precommit integration in docs
Release Notes
2.9.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Merge pull request #719 from ngoto/support-solaris-10-missing-strnlen
Add support for Solaris 10 which lacks strnlen()
Release 2.9.0
Release Notes
1.37.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 10 commits:
Cut 1.37.0
Update Changelog
Make `RuboCop::AST::IfNode` support `then?`
Add `StrNode#single_quoted?`, `StrNode#double_quoted?` and `StrNode#percent_literal?` to simplify checking for string delimiters
Add missing Changelog entry
Use `loc_is?`
Add `Node#loc_is?` for easier test of locations
Improve doc
Fix doc
Restore docs/antora.yml
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