Custom cops don’t need to be mentioned in .rubocop.yml

This commit is contained in:
Douwe Maan 2017-02-21 17:37:54 -06:00
parent 7a81a41f17
commit 73382c2fea
1 changed files with 0 additions and 6 deletions

View File

@ -861,9 +861,3 @@ RSpec/NotToNot:
# Prefer using verifying doubles over normal doubles.
RSpec/VerifiedDoubles:
Enabled: false
# Custom ######################################################################
# Disallow the `git` and `github` arguments in the Gemfile.
GemFetcher:
Enabled: true