Integrating JavaScript Lint into Zeus

Post any comments, suggestions, annoyances or ideas for future releases here. Please do not post bug reports or questions here.
Post Reply
Rat
Posts: 68
Joined: Wed Jun 15, 2011 1:18 am

Integrating JavaScript Lint into Zeus

Post by Rat »

Today I needed to integrate the JavaScript Lint static code analysis tool into Zeus, so I've documented it here for others.

Program Name: JavaScript Lint
Program Name: C:\Program Files\jslint\jsl.exe
Arguments: -conf "C:\Program Files\jslint\my.conf" -process "$FN"
Work Directory: C:\Program Files\jslint

Enable "Capture Standard Output"
Enable "Capture Standard Error"

Now what really impressed me was that without any further configuration, the Tool window was able to parse the JS Lint output so that simply double clicking an error or warning jumped me directly to the offending line in the code.

Well done Jussi!
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Well done Jussi!
Thanks :)
Post Reply