From 73382c2feac59a2fe8ec773b16b8cfb3a884fe38 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Tue, 21 Feb 2017 17:37:54 -0600 Subject: =?UTF-8?q?Custom=20cops=20don=E2=80=99t=20need=20to=20be=20mentio?= =?UTF-8?q?ned=20in=20.rubocop.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .rubocop.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index a55ad5f01c7..6622e213617 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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 -- cgit v1.2.1