Closed
Description
I just updated to the latest jshint eclipse and was shocked when my entire project went red. Unfortunately some people do not use jshint on my team, but the code they produce is valid javascript. The issue is mixed spaces and tabs which for some reason can't be disabled via smarttabs. I'd like to push mixedspaces and tabs to error level warning so that real errors show up in my project, right now its just a mess.
Is there any other mechanism to do this? It's possible I've missed some feature.
Thanks for this plugin btw, its invaluable for js dev.