Releases
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
and RSpec/MatchArray
cops. (@faucct )
Rename RSpec/PendingBlockInsideExample
cop to RSpec/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
when skip
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 )
You can’t perform that action at this time.