jekyll / jekyll-redirect-from

:twisted_rightwards_arrows: Seamlessly specify multiple redirections URLs for your pages and posts.
MIT License
780 stars 112 forks source link

style: Style/SpecialGlobalVars #216

Closed DirtyF closed 4 years ago

DirtyF commented 4 years ago

https://rubystyle.guide/#no-cryptic-perlisms

ashmaroli commented 4 years ago

Or how about redefining it to be similar to jekyll.gemspec:

-   spec.files         = `git ls-files`.split($/)
+   spec.files         = `git ls-files`.split("\x0")
DirtyF commented 4 years ago

Much more readable in English IMO

DirtyF commented 4 years ago

@jekyll: merge +style