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 it's %w{ #90

Closed jaymzh closed 12 years ago

jaymzh commented 12 years ago
%w{
  foo
  bar
  baz
}.each do |whatevs|
  bla
end

Causes errors about no space around the { but shouldn't.

turboladen commented 12 years ago

I believe this will get lumped in as a fix as part of the current redesign. I'll be sure to add a test for this case to verify.