From 7e9e1be1aa2f094ae85becc880a0edfce10f2023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sun, 23 Jun 2019 02:43:43 +0200 Subject: [PATCH] Remove Bundler/InsecureProtocolSource rubocop rule Since we're using rubygems as the only source, this rule is not necessary. --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 606a449b2..093bdcb00 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,8 +1,5 @@ inherit_from: .rubocop_basic.yml -Bundler/InsecureProtocolSource: - Enabled: true - Performance/CompareWithBlock: Enabled: true