Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Excluding files from jslint4java in eclipse

I'm using jslint4java in eclipse. Unfortunately I have a few huge dictionary files that never change but every time when the workspace is built, linting those files takes ages.

Is it possible to exclude specific files from jslint4java and how can this be configured?

like image 220
csupnig Avatar asked Jul 30 '12 07:07

csupnig


1 Answers

In the version of the jslint4java Eclipse plug-in that I have (1.0.1.201207042009) there is an "Exclude files that match these patterns from JSLint:" field in the jslint4java preferences; I believe this is exactly what you are looking for.

It's below the "Make JSLint Laxer" list, on the right; if you have a long list of predefined global variables (as I do) you may have to scroll to see it.

like image 178
machineghost Avatar answered Sep 24 '22 10:09

machineghost