Skip to content

Commit

Permalink
Fixes #19763 - Disable Bundler/OrderedGems cop
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll authored and dLobatog committed Jan 29, 2018
1 parent 9e42814 commit 879f984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -74,3 +74,6 @@ Style/InverseMethods:

Layout/FirstParameterIndentation:
EnforcedStyle: consistent

Bundler/OrderedGems:
Enabled: false
7 changes: 0 additions & 7 deletions .rubocop_todo.yml
Expand Up @@ -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.
Expand Down

0 comments on commit 879f984

Please sign in to comment.