Showing 72 of 72 total issues
Method has too many lines. [12/10] Open
def success_message message = <<-MSG ============================================= Project #{@project_name} created successfully.
- Read upRead up
- Exclude checks
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"
- Read upRead up
- Exclude checks
%w
-literals should be delimited by [
and ]
. Open
%w{assets/images/.gitkeep assets/stylesheets/.gitkeep}.each do |file|
- Read upRead up
- Exclude checks
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.}
- Exclude checks
Line is too long. [104/80] Open
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
- Exclude checks
%q
-literals should be delimited by (
and )
. Open
spec.description = %q{Jekyll starter site generator with gulp task automation workflow.}
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.name = "squareone"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_development_dependency "bundler", "~> 1.11"
- Read upRead up
- Exclude checks
Missing top-level class documentation comment. Open
class Squareone::CLI < Thor
- Read upRead up
- Exclude checks
%w
-literals should be delimited by [
and ]
. Open
%w{_config.dev.yml about.md feed.xml gulpfile.js index.html}.each do |file|
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require "squareone/version"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_development_dependency "rake", "~> 10.0"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_development_dependency "rake", "~> 10.0"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require "pry"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_runtime_dependency "thor", "~> 0.19"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require "bundler/setup"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require "thor/group"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
copy_file ".gitignore"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require "squareone/generator"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.authors = ["Joshua Azemoh"]
- Read upRead up
- Exclude checks