roll-rails/roll-amp

View on GitHub

Showing 10 of 12 total issues

required_ruby_version (2.2, declared in roll-amp.gemspec) and TargetRubyVersion (2.1, declared in .rubocop.yml) should be equal.
Open

spec.required_ruby_version = '>= 2.2.6'
Severity: Minor
Found in roll-amp.gemspec by rubocop

Unnecessary utf-8 encoding comment.
Open

# coding: utf-8
Severity: Minor
Found in roll-amp.gemspec by rubocop

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

require "roll/amp"
Severity: Minor
Found in bin/console 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', '~> 1.0.0'
Severity: Minor
Found in roll-amp.gemspec by rubocop

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

require "bundler/setup"
Severity: Minor
Found in bin/console by rubocop

Add an empty line after magic comments.
Open

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

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

require "rspec/core/rake_task"
Severity: Minor
Found in Rakefile by rubocop

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

require "irb"
Severity: Minor
Found in bin/console by rubocop

Use the new Ruby 1.9 hash syntax.
Open

task :default => :spec
Severity: Minor
Found in Rakefile by rubocop

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

require "bundler/gem_tasks"
Severity: Minor
Found in Rakefile by rubocop
Severity
Category
Status
Source
Language