mena-devs/tilde

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage

Showing 8 of 8 total issues

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

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

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

gem 'paperclip', '~> 5.2.0'
Severity: Minor
Found in Gemfile by rubocop

Final newline missing.
Open

end
Severity: Minor
Found in Gemfile by rubocop

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

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

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

gem 'omniauth-rails_csrf_protection'
Severity: Minor
Found in Gemfile by rubocop

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

gem 'bootscale', require: false
Severity: Minor
Found in Gemfile by rubocop

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

gem 'redis-namespace'
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 bootstrap_form.
Open

gem 'bootstrap-sass', '~> 3.3'
Severity: Minor
Found in Gemfile by rubocop

There are no issues that match your filters.

Category
Status