From 879f984fc173ce43a11d7d0cfbc2850db396d2a1 Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Fri, 19 Jan 2018 13:37:27 +0100 Subject: [PATCH] Fixes #19763 - Disable Bundler/OrderedGems cop --- .rubocop.yml | 3 +++ .rubocop_todo.yml | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 605fb2f65b0..58a71115af4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -74,3 +74,6 @@ Style/InverseMethods: Layout/FirstParameterIndentation: EnforcedStyle: consistent + +Bundler/OrderedGems: + Enabled: false diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3e1d1910a28..4872cc5a539 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,13 +6,6 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 19 -# Cop supports --auto-correct. -# Configuration parameters: Include, TreatCommentsAsGroupSeparators. -# Include: **/Gemfile, **/gems.rb -Bundler/OrderedGems: - Enabled: false - # Offense count: 609 # Cop supports --auto-correct. # Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.