infusionvlc/ConexionFelina

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage

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

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

Gems should be alphabetically sorted within groups.

Example:

# bad
gem 'rubocop'
gem 'rspec'

# good
gem 'rspec'
gem 'rubocop'

# good
gem 'rubocop'

gem 'rspec'

# good only if TreatCommentsAsGroupSeparators is true
# For code quality
gem 'rubocop'
# For tests
gem 'rspec'

Line is too long. [83/80]
Open

  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
Severity: Minor
Found in Gemfile by rubocop

Line is too long. [93/80]
Open

  # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
Severity: Minor
Found in Gemfile by rubocop

There are no issues that match your filters.

Category
Status