turboladen / tailor

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

Detect space after { when " or ' is next char #70

Closed turboladen closed 14 years ago

turboladen commented 14 years ago

Tailor detects the following as ok, when it shouldn't:

thing = {"one" => 1 }
thing = {'one' => 1 }

...it should detect that there's no space after the {.

turboladen commented 14 years ago

Fixed { space bug. Closed by d813624ac675e236c67d7d6347de9d2f2bb42700.