EGP_Rates.gemspec
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
Open
spec.add_development_dependency 'simplecov'
- Read upRead up
- Exclude checks
Add an empty line after magic comments. Open
Open
lib = File.expand_path('../lib', __FILE__)
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency codeclimate-test-reporter
should appear before simplecov
. Open
Open
spec.add_development_dependency 'codeclimate-test-reporter'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency pry-byebug
should appear before rspec
. Open
Open
spec.add_development_dependency 'pry-byebug'
- Read upRead up
- Exclude checks
Unnecessary utf-8 encoding comment. Open
Open
# coding: utf-8
- Exclude checks