From: Toshi MARUYAMA Date: Wed, 23 Oct 2019 04:57:44 +0000 (+0000) Subject: rubocop: disable Bundler/OrderedGems X-Git-Tag: 4.1.0~258 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5ac6c987b35fda9aa266e4c1182f0514d56a0515;p=redmine.git rubocop: disable Bundler/OrderedGems git-svn-id: http://svn.redmine.org/redmine/trunk@18845 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.rubocop.yml b/.rubocop.yml index ce7a3cf48..de715431b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -23,6 +23,9 @@ require: # Rules for Redmine +Bundler/OrderedGems: + Enabled: false + Layout/EmptyLineBetweenDefs: AllowAdjacentOneLineDefs: true diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 5040c9c19..9d2fbd964 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. -# Cop supports --auto-correct. -# Configuration parameters: TreatCommentsAsGroupSeparators, Include. -# Include: **/*.gemfile, **/Gemfile, **/gems.rb -Bundler/OrderedGems: - Exclude: - - 'Gemfile' - # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, IndentationWidth. # SupportedStyles: with_first_argument, with_fixed_indentation