Remove Bundler/InsecureProtocolSource rubocop rule

Since we're using rubygems as the only source, this rule is not
necessary.
This commit is contained in:
Javi Martín
2019-06-23 02:43:43 +02:00
parent 16b8bee140
commit 7e9e1be1aa

View File

@@ -1,8 +1,5 @@
inherit_from: .rubocop_basic.yml inherit_from: .rubocop_basic.yml
Bundler/InsecureProtocolSource:
Enabled: true
Performance/CompareWithBlock: Performance/CompareWithBlock:
Enabled: true Enabled: true