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

Rubocop: Somewhere there is a crime happening #1271

Merged
merged 10 commits into from
Nov 18, 2016
Merged

Conversation

jaredmoody
Copy link
Contributor

A collection of rubocop autocorrected style fixes for #945, mostly centered on spacing.

@@ -24,7 +24,7 @@ def initialize(*args) # red, green, blue, alpha = OPAQUE)
- #{self.class}.new(red, green, blue)
- #{self.class}.new(red, green, blue, alpha)
EOS
fail ArgumentError, message
raise ArgumentError, message
Copy link
Member

Choose a reason for hiding this comment

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

jeez rubocop reversing its opinion on fail... one of the few things I learned from it and liked as a distinction. :|

@PragTob
Copy link
Member

PragTob commented Nov 18, 2016

Thank you!

@PragTob PragTob merged commit 5638d63 into shoes:master Nov 18, 2016
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.

2 participants