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/"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line is too long. [97/80] Open
spec.description = %q{A Jekyll plugin that improves the typography of your Liquid templates.}
- Create a ticketCreate a ticket
- Exclude checks
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"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.license = "MIT"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_development_dependency "bundler", "~> 1.7"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.bindir = "exe"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line is too long. [97/80] Open
spec.summary = %q{A Jekyll plugin that improves the typography of your Liquid templates.}
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.name = "jekyll-typogrify"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_development_dependency "jekyll"
- Read upRead up
- Create a ticketCreate a ticket
- 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
- Create a ticketCreate a ticket
- Exclude checks
%q
-literals should be delimited by (
and )
. Open
spec.description = %q{A Jekyll plugin that improves the typography of your Liquid templates.}
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.require_paths = ["lib"]
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_runtime_dependency "typogruby"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Add an empty line after magic comments. Open
lib = File.expand_path('../lib', __FILE__)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_development_dependency "bundler", "~> 1.7"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
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.}
- Create a ticketCreate a ticket
- Exclude checks
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.}
- Create a ticketCreate a ticket
- Exclude checks
%q
-literals should be delimited by (
and )
. Open
spec.summary = %q{A Jekyll plugin that improves the typography of your Liquid templates.}
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_runtime_dependency "titlecase"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_development_dependency "rspec", "~> 3.0"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.authors = ["Myles Braithwaite"]
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.add_development_dependency "rspec", "~> 3.0"
- Read upRead up
- Create a ticketCreate a ticket
- 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
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
spec.email = ["me@mylesbraithwaite.com"]
- Read upRead up
- Create a ticketCreate a ticket
- 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)/}) }
- Create a ticketCreate a ticket
- Exclude checks