turboladen / tailor

A RubyGem that allows for checking standard styling of Ruby files.
146 stars 18 forks source link

Skip detection of spaces around '[' when .. hmmm #84

Closed sergio-fry closed 12 years ago

sergio-fry commented 13 years ago

line:

transition [:active, :reactivated] => :opened

raises:

[Spacing]  Line has a '[' with at least 1 space around it

But this is OK:

transition([:active, :reactivated] => :opened)