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

Fixed most rubocop offenses, removed rubocop_todo, bumped max method length #88

Merged
merged 3 commits into from
Nov 10, 2014

Conversation

jpsim
Copy link
Collaborator

@jpsim jpsim commented Nov 10, 2014

Mind taking a look, @segiddins?

config.output = Pathname(output)
opt.on('-o', '--output FOLDER',
'Folder to output the HTML docs to') do |output|
config.output = File.expand_path(output)
Copy link
Collaborator

Choose a reason for hiding this comment

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

don't want this

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

what about it don't you like? the line breaks?

Copy link
Collaborator

Choose a reason for hiding this comment

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

no, we want to use Pathname there

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh, gotcha.

@jpsim
Copy link
Collaborator Author

jpsim commented Nov 10, 2014

@segiddins last thoughts before I merge this?

@segiddins
Copy link
Collaborator

👍

jpsim added a commit that referenced this pull request Nov 10, 2014
Fixed most rubocop offenses, removed rubocop_todo, bumped max method length
@jpsim jpsim merged commit e8945a4 into master Nov 10, 2014
@jpsim jpsim deleted the jp-rubocop-fixes branch November 10, 2014 22:29
@istx25 istx25 modified the milestone: The Past Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants