myles/jekyll-typogrify

View on GitHub
bin/console

Summary

Maintainability
Test Coverage

Showing 3 of 3 total issues

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

require "jekyll/typogrify"
Severity: Minor
Found in bin/console 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 "irb"
Severity: Minor
Found in bin/console by rubocop
Category
Status