atzorvas/ccradio

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage

Showing 12 of 12 total issues

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem spring should appear before web-console.
Open

gem 'spring'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem jbuilder should appear before jquery-rails.
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 omniauth-wordpress_hosted should appear before tubesock.
Open

gem 'omniauth-wordpress_hosted', github: 'atzorvas/omniauth-wordpress-oauth2-plugin'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem pry-byebug should appear before pry-rails.
Open

gem 'pry-byebug'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem foreman should appear before puma.
Open

gem 'foreman'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem devise-async should appear before sidekiq-scheduler.
Open

gem 'devise-async'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem dotenv-rails should appear before rails.
Open

gem 'dotenv-rails', require: 'dotenv/rails-now'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem bootstrap-sass should appear before slim-rails.
Open

gem 'bootstrap-sass'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem sidekiq-scheduler should appear before sinatra.
Open

gem 'sidekiq-scheduler'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem coffee-rails should appear before uglifier.
Open

gem 'coffee-rails', '~> 4.1.0'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem devise should appear before nokogiri.
Open

gem 'devise'
Severity: Minor
Found in Gemfile by rubocop

Line is too long. [84/80]
Open

gem 'omniauth-wordpress_hosted', github: 'atzorvas/omniauth-wordpress-oauth2-plugin'
Severity: Minor
Found in Gemfile by rubocop
Category
Status