Showing 11 of 11 total issues
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem aws-sdk
should appear before introjs-rails
. Open
gem "aws-sdk", "~> 2.1"
- Read upRead up
- Exclude checks
Use %i
or %I
for an array of symbols. Open
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
- Read upRead up
- Exclude checks
Gem rails-assets-sweetalert2
requirements already given on line 56 of the Gemfile. Open
gem 'rails-assets-sweetalert2', '~> 5.1.1', source: 'https://rails-assets.org'
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
gem "aws-sdk", "~> 2.1"
- Read upRead up
- Exclude checks
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem database_cleaner
should appear before poltergeist
. Open
gem 'database_cleaner'
- Read upRead up
- Exclude checks
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem coveralls
should appear before simplecov
. Open
gem 'coveralls', require: false
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
gem "aws-sdk", "~> 2.1"
- Read upRead up
- Exclude checks
1 trailing blank lines detected. Open
- Exclude checks
Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem es6-promise-rails
should appear before sweet-alert2-rails
. Open
gem 'es6-promise-rails'
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
- Read upRead up
- Exclude checks
Gem sweet-alert2-rails
requirements already given on line 57 of the Gemfile. Open
gem 'sweet-alert2-rails'
- Read upRead up
- Exclude checks