Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update RuboCop/RSpec config
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Dec 4, 2018
1 parent 95b454c commit 7f0cfd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Expand Up @@ -8,6 +8,12 @@ Metrics/BlockLength:
Metrics/LineLength:
Enabled: false

RSpec/AnyInstance:
Enabled: false

RSpec/MessageSpies:
EnforcedStyle: receive

RSpec/MultipleExpectations:
Max: 2

Expand Down

0 comments on commit 7f0cfd3

Please sign in to comment.