Skip to content

rubocop fixes, split a really long line #144

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

Merged
merged 1 commit into from
Mar 11, 2016

Conversation

rski
Copy link
Member

@rski rski commented Mar 11, 2016

Fixes #141

return '' if providers.empty?
raise Puppet::DevError,\
"Unable to support multiple interfaces [#{providers.map(&:name).join(',')}] in a single file #{filename}"\
if providers.length > 1
Copy link
Contributor

Choose a reason for hiding this comment

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

are the \s really necessary?

Copy link
Member Author

Choose a reason for hiding this comment

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

the first one isn't because of the comma, but the second one is not optional. I'm impartial to having either ,\ or just ,

@rski
Copy link
Member Author

rski commented Mar 11, 2016

Ok, before you merge this, let me squash into it a fix for the badge in the readme because I just noticed it no longer seems to show up

jyaworski added a commit that referenced this pull request Mar 11, 2016
rubocop fixes, split a really long line
@jyaworski jyaworski merged commit df49951 into voxpupuli:master Mar 11, 2016
@rski rski deleted the rubocop_fixes branch May 9, 2016 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants