How to setup PHPStorm so it skips inspections in defined directories
3 人关注
How to setup PHPStorm so it skips inspections in defined directories? Doctrine proxies produce a lot of noise before commits. There are autogenerated so we do not have any means to change them and therefore want them to be skipped.
请先登录再写评论。
The way I had PHPStorm exclude directories for inspection is like this.
Seems like that's what you want if I read your question correctly.
If you want to "get those back" you can go to:
-Ken
Hi Oleg,
Try this:
Andriy, thanks for the reply, I set up one scope in my project, but when I went to Settings - Inspections - PHP - any inspection and clicked on it, there were only color related options (differerent colors for different levels of severity) there.
Attachment(s):
ScreenClip.png
What version do you use? I'm on v4 EAP build and it is there. Quite possible that it is not available in v3.
PHPStorm 3.03, probably your suggestion works on 4.0 EAP builds.