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 f6a78bc commit 0d029a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Expand Up @@ -13,6 +13,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 0d029a7

Please sign in to comment.