Bump rubocop-rspec from 2.18.1 to 2.19.0
Bumps rubocop-rspec from 2.18.1 to 2.19.0.
Release notes
Sourced from rubocop-rspec's releases.
RuboCop RSpec v2.19.0
- Add new
RSpec/PendingBlockInsideExample
cop. ([@ydah
])- Add new
RSpec/RedundantAround
cop. ([@r7kamura
])- Add new
RSpec/Rails/TravelAround
cop. ([@r7kamura
])- Add new
RSpec/ContainExactly
andRSpec/MatchArray
cops. (@faucct
)- Rename
RSpec/PendingBlockInsideExample
cop toRSpec/SkipBlockInsideExample
. ([@pirj
])- Fix a false positive for
RSpec/ContextWording
when context is interpolated string literal or execute string. ([@ydah
])- Fix a false positive for
RSpec/DescribeMethod
when multi-line describe without#
and.
at the beginning. ([@ydah
], [@pirj
])- Fix a false positive for
RSpec/VariableName
when inside non-spec code. ([@ydah
])- Fix a false positive for
RSpec/VariableDefinition
when inside non-spec code. ([@ydah
])- Fix a false positive for
RSpec/PendingWithoutReason
when not inside example and pending/skip with block. ([@ydah
], [@pirj
])- Fix a false positive for
RSpec/PendingWithoutReason
whenskip
is passed a block inside example. ([@ydah
], [@pirj
])- Fix an incorrect autocorrect for
RSpec/VerifiedDoubleReference
when namespaced class. ([@ydah
])- Deprecate
send_pattern
/block_pattern
/numblock_pattern
helpers in favour of using node pattern explicitly. ([@pirj
], [@ydah
])
... (truncated)
Changelog
Sourced from rubocop-rspec's changelog.
2.19.0 (2023-03-06)
- Fix a false positive for
RSpec/ContextWording
when context is interpolated string literal or execute string. ([@ydah
])- Fix a false positive for
RSpec/DescribeMethod
when multi-line describe without#
and.
at the beginning. ([@ydah
], [@pirj
])- Fix a false positive for
RSpec/VariableName
when inside non-spec code. ([@ydah
])- Fix a false positive for
RSpec/VariableDefinition
when inside non-spec code. ([@ydah
])- Add new
RSpec/PendingBlockInsideExample
cop. ([@ydah
])- Add
RSpec/RedundantAround
cop. ([@r7kamura
])- Add
RSpec/Rails/TravelAround
cop. ([@r7kamura
])- Add
RSpec/ContainExactly
andRSpec/MatchArray
cops. ([@faucct
])- Fix a false positive for
RSpec/PendingWithoutReason
when not inside example and pending/skip with block. ([@ydah
], [@pirj
])- Fix a false positive for
RSpec/PendingWithoutReason
whenskip
is passed a block inside example. ([@ydah
], [@pirj
])- Rename
RSpec/PendingBlockInsideExample
cop toRSpec/SkipBlockInsideExample
. ([@pirj
])- Deprecate
send_pattern
/block_pattern
/numblock_pattern
helpers in favour of using node pattern explicitly. ([@pirj
], [@ydah
])- Fix an incorrect autocorrect for
RSpec/VerifiedDoubleReference
when namespaced class. ([@ydah
])
Commits
-
8a0337a
Merge pull request #1590 from rubocop/release -
4b6bf88
Bump version to v2.19.0 -
a40832c
Merge pull request #1575 from ydah/refactor-skipped-or-pending -
b4c2ae0
Merge pull request #1589 from ydah/ydah/fix-1588 -
b0c5ea9
Refactor and adding a common matcher in SkipOrPending module -
aa125ef
Fix an incorrect autocorrect forRSpec/VerifiedDoubleReference
when namespa... -
d114b99
Merge pull request #1586 from r7kamura/feature/internal-affairs -
afd1929
Auto-correctInternalAffairs/LocationExpression
offenses -
f6e995c
Merge pull request #1585 from ydah/fix-ProcessedSourceBufferName -
0a81cea
CorrectInternalAffairs/ProcessedSourceBufferName
cop - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts