Fix Bundler/OrderedGems Rubocop offenses

This cop checks that gems are alphabetically sorted within groups. The offenses were fixed using rubocop autocorrection.
This commit is contained in:
rishabh92 2017-12-03 18:19:21 -06:00
parent c0e4d54415
commit 97749fc195
2 changed files with 15 additions and 23 deletions

View file

@ -6,14 +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: 15
# Cop supports --auto-correct.
# Configuration parameters: Include, TreatCommentsAsGroupSeparators.
# Include: **/Gemfile, **/gems.rb
Bundler/OrderedGems:
Exclude:
- 'Gemfile'
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.