I have some external libraries that are showing 'warnings', I want to stop validation of this part of my project because it is interfering with actual warning messages from my source code. Is this possible?

I am using Zend Studio but it is based on eclipse so I think the same method will apply on both applications.

link|improve this question

69% accept rate
feedback

1 Answer

You can try to go to Preferences/Validation/HTML syntax validator for PHP files/ click on settings. Add first an exclude group and then add a rule with your library folder. This will work at least with pure PHP warnings. I have a similar question concerning DLTK warnings and also posted this question to ZS forums, but I have not too much hope from there.

link|improve this answer
Thanks, my workspace had been getting stuck when validating the dojo library in the workspace. – andho May 21 '11 at 12:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.