Skip to content

Commit a1258f4

Browse files
committed
Enable pending cops
1 parent 703e1a8 commit a1258f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,8 @@ RSpec/MissingExampleGroupArgument:
659659

660660
RSpec/MissingExpectationTargetMethod:
661661
Description: Checks if `.to`, `not_to` or `to_not` are used.
662-
Enabled: pending
663-
VersionAdded: "<<next>>"
662+
Enabled: true
663+
VersionAdded: '3.0'
664664
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/MissingExpectationTargetMethod
665665

666666
RSpec/MultipleDescribes:

docs/modules/ROOT/pages/cops_rspec.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,10 +3411,10 @@ end
34113411
|===
34123412
| Enabled by default | Safe | Supports autocorrection | Version Added | Version Changed
34133413
3414-
| Pending
3414+
| Enabled
34153415
| Yes
34163416
| No
3417-
| <<next>>
3417+
| 3.0
34183418
| -
34193419
|===
34203420

0 commit comments

Comments
 (0)