kirushik/critical_chain

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage

Showing 7 of 7 total issues

Missing space after #.
Open

#gem 'jbuilder', '~> 2.0'
Severity: Minor
Found in Gemfile by rubocop

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
Severity: Minor
Found in Gemfile by rubocop

Missing frozen string literal comment.
Open

source 'https://rubygems.org'
Severity: Minor
Found in Gemfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

gem "codeclimate-test-reporter", require: false
Severity: Minor
Found in Gemfile by rubocop

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'
Severity: Minor
Found in Gemfile by rubocop

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'
Severity: Minor
Found in Gemfile by rubocop

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'
Severity: Minor
Found in Gemfile by rubocop

There are no issues that match your filters.

Category
Status