From 73382c2feac59a2fe8ec773b16b8cfb3a884fe38 Mon Sep 17 00:00:00 2001
From: Douwe Maan <douwe@selenight.nl>
Date: Tue, 21 Feb 2017 17:37:54 -0600
Subject: [PATCH] =?UTF-8?q?Custom=20cops=20don=E2=80=99t=20need=20to=20be?=
 =?UTF-8?q?=20mentioned=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(-)

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
-- 
GitLab