Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Other checks I'd like to see #91

Open
jaymzh opened this issue Mar 23, 2012 · 1 comment
Open

Other checks I'd like to see #91

jaymzh opened this issue Mar 23, 2012 · 1 comment
Milestone

Comments

@jaymzh
Copy link

jaymzh commented Mar 23, 2012

(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
Copy link
Author

jaymzh commented Mar 28, 2012

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant