Skip to content

Commit

Permalink
Opt out of SuggestExtensions message
Browse files Browse the repository at this point in the history
This PR suppresses the following `SuggestExtensions` message.

```console
% bundle exec rake
(snip)

Tip: Based on detected gems, the following RuboCop extension libraries
might be helpful:
  * rubocop-rake (http://github.com/rubocop-hq/rubocop-rake)

You can opt out of this message by adding the following to your
config (see
https://docs.rubocop.org/rubocop/extensions.html#extension-suggestions
for more options):
  AllCops:
    SuggestExtensions: false
```
  • Loading branch information
koic committed Dec 6, 2020
1 parent f5df528 commit 2159b11
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 @@ -14,6 +14,7 @@ AllCops:
- 'spec/fixtures/**/*'
- 'tmp/**/*'
TargetRubyVersion: 2.4
SuggestExtensions: false

Naming/PredicateName:
# Method define macros for dynamically generated method.
Expand Down

0 comments on commit 2159b11

Please sign in to comment.