myles/jekyll-typogrify

View on GitHub
jekyll-typogrify.gemspec

Summary

Maintainability
Test Coverage

Showing 28 of 28 total issues

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

spec.homepage = "http://myles.github.io/jekyll-typogrify/"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.add_development_dependency "jekyll"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

Line is too long. [97/80]
Open

spec.description = %q{A Jekyll plugin that improves the typography of your Liquid templates.}
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

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

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

spec.license = "MIT"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.add_development_dependency "bundler", "~> 1.7"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.add_runtime_dependency "titlecase"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.bindir = "exe"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

Line is too long. [97/80]
Open

spec.summary = %q{A Jekyll plugin that improves the typography of your Liquid templates.}
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

Unnecessary utf-8 encoding comment.
Open

# coding: utf-8
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.name = "jekyll-typogrify"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.add_development_dependency "jekyll"
Severity: Minor
Found in jekyll-typogrify.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 jekyll-typogrify.gemspec by rubocop

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

spec.description = %q{A Jekyll plugin that improves the typography of your Liquid templates.}
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.require_paths = ["lib"]
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.add_runtime_dependency "typogruby"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

Add an empty line after magic comments.
Open

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

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

spec.add_development_dependency "bundler", "~> 1.7"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.summary = %q{A Jekyll plugin that improves the typography of your Liquid templates.}
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.description = %q{A Jekyll plugin that improves the typography of your Liquid templates.}
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.summary = %q{A Jekyll plugin that improves the typography of your Liquid templates.}
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.add_runtime_dependency "titlecase"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.add_development_dependency "rspec", "~> 3.0"
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.authors = ["Myles Braithwaite"]
Severity: Minor
Found in jekyll-typogrify.gemspec by rubocop

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

spec.add_development_dependency "rspec", "~> 3.0"
Severity: Minor
Found in jekyll-typogrify.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 jekyll-typogrify.gemspec by rubocop

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

spec.email = ["me@mylesbraithwaite.com"]
Severity: Minor
Found in jekyll-typogrify.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 jekyll-typogrify.gemspec by rubocop
Category
Status