Showing 7 of 7 total issues
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem codeclimate-test-reporter
should appear before simplecov
. Open
gem "codeclimate-test-reporter", require: false
- Read upRead up
- Exclude checks
Missing frozen string literal comment. Open
source 'https://rubygems.org'
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
gem "codeclimate-test-reporter", require: false
- Read upRead up
- Exclude checks
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem autoprefixer-rails
should appear before bootstrap
. Open
gem 'autoprefixer-rails'
- Read upRead up
- Exclude checks
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem rails-controller-testing
should appear before rspec-rails
. Open
gem 'rails-controller-testing'
- Read upRead up
- Exclude checks
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem better_errors
should appear before pry-rails
. Open
gem 'better_errors'
- Read upRead up
- Exclude checks