From fc88e1ef7926c626b4639ee9a539e637ac14584d Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sat, 10 Feb 2018 21:03:38 +0100 Subject: [PATCH] Enable rubocop Bundler cops without issues --- .rubocop.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index ac6d3ec62..bffea1f75 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,6 +25,15 @@ Metrics/LineLength: Layout/IndentationConsistency: EnforcedStyle: rails +Bundler/DuplicatedGem: + Enabled: true + +Bundler/InsecureProtocolSource: + Enabled: true + +Bundler/OrderedGems: + Enabled: true + Performance/Caller: Enabled: true