]> source.dussan.org Git - redmine.git/commitdiff
rubocop: disable Bundler/OrderedGems
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 23 Oct 2019 04:57:44 +0000 (04:57 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 23 Oct 2019 04:57:44 +0000 (04:57 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18845 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop.yml
.rubocop_todo.yml

index ce7a3cf4856d11537444f7352a996709909acef6..de715431bdbdcbd0ea9320b641ef67314641f280 100644 (file)
@@ -23,6 +23,9 @@ require:
 
 # Rules for Redmine
 
+Bundler/OrderedGems:
+  Enabled: false
+
 Layout/EmptyLineBetweenDefs:
   AllowAdjacentOneLineDefs: true
 
index 5040c9c1925fbec860b9cb2b6acbd15ef6a3b2fb..9d2fbd964d320adff542d638c996c01cc7fd11a3 100644 (file)
@@ -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