Skip to content

Commit

Permalink
Add Bundler/OrderedGems to todos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-M committed Apr 28, 2018
1 parent 9a223ad commit 549da13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: Include, TreatCommentsAsGroupSeparators.
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
Bundler/OrderedGems:
Exclude:
- 'gemfiles/rails_4_2.gemfile'
- 'gemfiles/rails_5_0.gemfile'
- 'gemfiles/rails_5_1.gemfile'

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: Include, TreatCommentsAsGroupSeparators.
Expand Down

0 comments on commit 549da13

Please sign in to comment.