tailor icon indicating copy to clipboard operation
tailor copied to clipboard

Other checks I'd like to see

Open jaymzh opened this issue 12 years ago • 1 comments

(as requested from the foodcritic tracker)

Don't do these bad things:

if(foo)

if (foo)

if foo
  bar
    baz
  bing
end

puts "#{bing}"

jaymzh avatar Mar 23 '12 01:03 jaymzh

Also, can you add a check for " vs ' ? i.e. don't use double quotes for strings that don't need interpolation

jaymzh avatar Mar 28 '12 21:03 jaymzh