eclipsesource/jshint-eclipse

JSHint appears not to work after configuration

Closed this issue · 2 comments

I assume I'm missing something here, as I'm trying to just barely use JSHint with Aptana studio but can't seem to get it to work. I'm trying to relax 'smarttabs'.

Here's my project configuration that specifies which paths/files to look at:

screen shot 2013-11-06 at 9 47 19 am

Here's the JSON configuration I'm using. This is the global configuration - I tried using project-specific configuration as well, but saw the same result:

screen shot 2013-11-06 at 9 45 20 am

After applying the configuration, Aptana goes into a "processing state" for a minute, but once it's done I still see the errors that setting "smarttabs":true is supposed to suppress (note the file is in the configured path from above):

screen shot 2013-11-06 at 9 46 55 am

What am I missing?

  • Mac OS X 10.6.8
  • Apatana Studio 3 Beta, build 3.0.0.201011100254
  • Eclipse Platform Version: 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L
    Build id: M20100909-0800

Could you please check the same code with JSHint outside of Eclipse, e.g. using Rhino, node.js, or the online checker? Chances are that this is a problem with JSHint, not the Eclipse plug-in.

No response since two month. Please reopen if you like to follow up.