codaye/squareone

View on GitHub

Showing 72 of 72 total issues

Method has too many lines. [12/10]
Open

def success_message
message = <<-MSG
=============================================
Project #{@project_name} created successfully.
 
Severity: Minor
Found in lib/squareone/generator.rb by rubocop

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

register Squareone::Generator, "new", "new APP_PATH", "Creates a new project"
Severity: Minor
Found in lib/squareone/cli.rb by rubocop

%w-literals should be delimited by [ and ].
Open

%w{assets/images/.gitkeep assets/stylesheets/.gitkeep}.each do |file|
Severity: Minor
Found in lib/squareone/generator.rb by rubocop

Use %q only for strings that contain both single quotes and double quotes.
Open

spec.description = %q{Jekyll starter site generator with gulp task automation workflow.}
Severity: Minor
Found in squareone.gemspec by rubocop

Line is too long. [104/80]
Open

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Severity: Minor
Found in squareone.gemspec by rubocop

%q-literals should be delimited by ( and ).
Open

spec.description = %q{Jekyll starter site generator with gulp task automation workflow.}
Severity: Minor
Found in squareone.gemspec by rubocop

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

spec.name = "squareone"
Severity: Minor
Found in squareone.gemspec by rubocop

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

spec.add_development_dependency "bundler", "~> 1.11"
Severity: Minor
Found in squareone.gemspec by rubocop

Missing top-level class documentation comment.
Open

class Squareone::CLI < Thor
Severity: Minor
Found in lib/squareone/cli.rb by rubocop

%w-literals should be delimited by [ and ].
Open

%w{_config.dev.yml about.md feed.xml gulpfile.js index.html}.each do |file|
Severity: Minor
Found in lib/squareone/generator.rb by rubocop

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

require "squareone/version"
Severity: Minor
Found in lib/squareone.rb by rubocop

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

spec.add_development_dependency "rake", "~> 10.0"
Severity: Minor
Found in squareone.gemspec by rubocop

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

spec.add_development_dependency "rake", "~> 10.0"
Severity: Minor
Found in squareone.gemspec by rubocop

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

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

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

spec.add_runtime_dependency "thor", "~> 0.19"
Severity: Minor
Found in squareone.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

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

require "thor/group"
Severity: Minor
Found in lib/squareone/generator.rb by rubocop

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

copy_file ".gitignore"
Severity: Minor
Found in lib/squareone/generator.rb by rubocop

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

require "squareone/generator"
Severity: Minor
Found in lib/squareone.rb by rubocop

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

spec.authors = ["Joshua Azemoh"]
Severity: Minor
Found in squareone.gemspec by rubocop
Severity
Category
Status
Source
Language