mad-raz/EGP-Rates

View on GitHub
EGP_Rates.gemspec

Summary

Maintainability
Test Coverage

Showing 5 of 5 total issues

Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency simplecov should appear before webmock.
Open

spec.add_development_dependency 'simplecov'
Severity: Minor
Found in EGP_Rates.gemspec by rubocop

Add an empty line after magic comments.
Open

lib = File.expand_path('../lib', __FILE__)
Severity: Minor
Found in EGP_Rates.gemspec by rubocop

Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency codeclimate-test-reporter should appear before simplecov.
Open

spec.add_development_dependency 'codeclimate-test-reporter'
Severity: Minor
Found in EGP_Rates.gemspec by rubocop

Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency pry-byebug should appear before rspec.
Open

spec.add_development_dependency 'pry-byebug'
Severity: Minor
Found in EGP_Rates.gemspec by rubocop

Unnecessary utf-8 encoding comment.
Open

# coding: utf-8
Severity: Minor
Found in EGP_Rates.gemspec by rubocop
Category
Status