summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-23 04:57:44 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-23 04:57:44 +0000
commit5ac6c987b35fda9aa266e4c1182f0514d56a0515 (patch)
tree951ef580f512921412b567a790c2aa5b3b75ec44 /.rubocop_todo.yml
parentd6a5f8ff1fd4925d0bdb4d60e72a0f9b5a8f3dfb (diff)
downloadredmine-5ac6c987b35fda9aa266e4c1182f0514d56a0515.tar.gz
redmine-5ac6c987b35fda9aa266e4c1182f0514d56a0515.zip
rubocop: disable Bundler/OrderedGems
git-svn-id: http://svn.redmine.org/redmine/trunk@18845 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 5040c9c19..9d2fbd964 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -7,13 +7,6 @@
# 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
Layout/AlignArguments: