Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rubocop offenses in exe/jekyll #5017

Merged
merged 3 commits into from
Jun 15, 2016
Merged

Fix rubocop offenses in exe/jekyll #5017

merged 3 commits into from
Jun 15, 2016

Conversation

DirtyF
Copy link
Member

@DirtyF DirtyF commented Jun 15, 2016

@@ -3,31 +3,35 @@ STDOUT.sync = true

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), *%w( .. lib ))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

() is necessary please!

@envygeeks
Copy link
Contributor

Thanks! Juts a comment.

p.syntax "jekyll <subcommand> [options]"

p.option "source", "-s", "--source [DIR]", "Source directory (defaults to ./)"
p.option "destination", "-d", "--destination [DIR]", \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the trailing \'s necessary here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They aren't, in Ruby they are only necessary in ambiguous situations.

@parkr parkr added the pending-feedback We are waiting for more info. label Jun 15, 2016
@parkr
Copy link
Member

parkr commented Jun 15, 2016

Thank you! ❤️

@jekyllbot: merge +dev

@jekyllbot jekyllbot merged commit 8fd287e into jekyll:master Jun 15, 2016
jekyllbot added a commit that referenced this pull request Jun 15, 2016
@envygeeks
Copy link
Contributor

❤️

@DirtyF DirtyF deleted the rubocop-exe branch June 15, 2016 21:40
@jekyll jekyll locked and limited conversation to collaborators Jul 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants