Skip to content

Commit

Permalink
Ignore rubocop-rspec warning about class names in doubles
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Jun 6, 2022
1 parent 617149a commit 37aff00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ RSpec/DescribeClass:
Exclude:
- 'spec/views/**/*'

RSpec/VerifiedDoubleReference:
Enabled: false

Style/Documentation:
Enabled: false

Expand Down

0 comments on commit 37aff00

Please sign in to comment.