Skip to content

Commit

Permalink
Remove wrong SafeAutoCorrect: false that was added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Dec 3, 2022
1 parent 424aa4d commit fbbac37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@ RSpec/ReceiveNever:
RSpec/RedundantAround:
Description: Remove redundant `around` hook.
Enabled: pending
SafeAutoCorrect: false
VersionAdded: "<<next>>"
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/RedundantAround

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_rspec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3999,7 +3999,7 @@ expect(foo).not_to receive(:bar)

| Pending
| Yes
| Yes (Unsafe)
| Yes
| <<next>>
| -
|===
Expand Down

0 comments on commit fbbac37

Please sign in to comment.