I’m using jshint in MyEclipse to validate my javascript files. I would like to disable this validation for various files in my projects (in jsp files or minified js library code, for example), but I can’t figure out a way of doing this.
It looks like jshint supports using a .jshintignore file, but creating this file didn’t seem to have any effect inside MyEclipse. How can I get MyEclipse to start using the ignore file?