Skip to content

Commit

Permalink
Opt out of RuboCop extension suggestions
Browse files Browse the repository at this point in the history
Make the output from running tests ("bundle exec rake") less verbose.

I've noted the suggestions in #239.
  • Loading branch information
dentarg committed Mar 21, 2021
1 parent 9af6d80 commit 4df54ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ inherit_mode:

AllCops:
DisabledByDefault: true
SuggestExtensions: false

Exclude:
- 'tmp/**/*'
Expand Down

0 comments on commit 4df54ed

Please sign in to comment.