I'd like to disable Eclipse's Javascript validation on certain folders, namely the asset folder populated by Yii. I've tried to add validation filters to exclude the folder by doing the following in Eclipse
- Window > Preferences > Validation
- Click Settings for Client-side JavaScript Validator
- Add exclude group > Add Rule
- Check folder and file name > select the folder that I want to exclude
However, that doesn't seem to work. Eclipse still marks several jquery files in error. Any insights to this? Thanks in advance!