Showing 94 of 94 total issues
Method has too many lines. [15/10] Open
def custom_caps(text) # $1 and $2 are excluded HTML tags, $3 is the part before the caps and $4 is the caps match text.gsub(%r{ (<[^/][^>]*?>)| # Ignore any opening tag, so we don't mess up attribute values (\s| |^|'|"|>|) # Make sure our capture is preceded by whitespace or quotes
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter has no descriptive comment Open
module TypogrifyFilter
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#custom_caps doesn't depend on instance state (maybe move it to another class?) Open
def custom_caps(text)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#caps doesn't depend on instance state (maybe move it to another class?) Open
def caps(text)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#smartypants doesn't depend on instance state (maybe move it to another class?) Open
def smartypants(text)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#widont doesn't depend on instance state (maybe move it to another class?) Open
def widont(text)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#entities doesn't depend on instance state (maybe move it to another class?) Open
def entities(text)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#emdash doesn't depend on instance state (maybe move it to another class?) Open
def emdash(text)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#letter_spacing doesn't depend on instance state (maybe move it to another class?) Open
def letter_spacing(text)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#amp doesn't depend on instance state (maybe move it to another class?) Open
def amp(text)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#improve doesn't depend on instance state (maybe move it to another class?) Open
def improve(text)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#initial_quotes doesn't depend on instance state (maybe move it to another class?) Open
def initial_quotes(text)
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Jekyll::TypogrifyFilter#titlecase doesn't depend on instance state (maybe move it to another class?) Open
def titlecase(text)
- 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.homepage = "http://myles.github.io/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
VERSION = "0.3.5.pre"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Line is too long. [93/80] Open
# Do nothing with the contents if ignored tags, the inside of an opening HTML element
- Create a ticketCreate a ticket
- Exclude checks
Redundant return
detected. Open
return Typogruby.initial_quotes(text.to_s)
- 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