fga-gpp-mds/2017.1-OndeE-UnB

View on GitHub
darcyWeb/Gemfile

Summary

Maintainability
Test Coverage

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

Use %i or %I for an array of symbols.
Open

gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
Severity: Minor
Found in darcyWeb/Gemfile by rubocop

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

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

gem "aws-sdk", "~> 2.1"
Severity: Minor
Found in darcyWeb/Gemfile by rubocop

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

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

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

gem "aws-sdk", "~> 2.1"
Severity: Minor
Found in darcyWeb/Gemfile by rubocop

1 trailing blank lines detected.
Open

Severity: Minor
Found in darcyWeb/Gemfile by rubocop

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

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?("/")
Severity: Minor
Found in darcyWeb/Gemfile by rubocop

Gem sweet-alert2-rails requirements already given on line 57 of the Gemfile.
Open

gem 'sweet-alert2-rails'
Severity: Minor
Found in darcyWeb/Gemfile by rubocop

There are no issues that match your filters.

Category
Status