Skip to content

Commit

Permalink
Enable pending cops
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Jun 9, 2024
1 parent 703e1a8 commit a1258f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,8 @@ RSpec/MissingExampleGroupArgument:

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

RSpec/MultipleDescribes:
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/cops_rspec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3411,10 +3411,10 @@ end
|===
| Enabled by default | Safe | Supports autocorrection | Version Added | Version Changed
| Pending
| Enabled
| Yes
| No
| <<next>>
| 3.0
| -
|===
Expand Down

0 comments on commit a1258f4

Please sign in to comment.