cbeer / engine_cart

Rake tasks to generate test applications for Rails Engines
MIT License
18 stars 16 forks source link

Use rubocop to check/correct the engine_cart stanza #80

Open dazza-codes opened 7 years ago

dazza-codes commented 7 years ago

add rubocop checks on engine_cart so it's stanza passes rubocop checks.

Gemfile:41:5: C: Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem coffee-rails should appear before sass-rails.

    gem 'coffee-rails', '~> 4.1.0'

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dazza-codes commented 7 years ago

There was a similar problem/change made in hyrax at