reid / node-jslint

The JavaScript Code Quality Tool — for Node.js.
http://jslint.com/
Other
491 stars 101 forks source link

Only one lint error per file (SublimeLinter3, Windows) #92

Closed smikes closed 10 years ago

smikes commented 10 years ago

Via email:

I’m trying to track down a bug that somehow involves node-jslint v0.3.2 and above.

I’m using Sublime Text 3 with SublimeLinter 3 (https://sublime.wbond.net/packages/SublimeLinter) + a JSLint plugin (https://sublime.wbond.net/packages/SublimeLinter-contrib-jslint). The jslint plugin is using node-jslint as the actual linter.

Up and until v0.3.1 things worked as expected: linter errors are highlighted in real time as you work with your code in ST3. From v0.3.2 onwards, however, only the first linter error in each file is highlighted. When I fix that error, only then is the next error highlighted, and so on.

smikes commented 10 years ago

Fixed with 0.5.1