how to exlude some folders from code inspection? Permanently deleted user Created May 03, 2018 08:35 hello, can i forbid code inspection of some folder in project which belongs to libraries etc?
Hi there,
Can you please provide more details -- what part of the library you want to exclude?
Generally speaking -- since you don't need to edit the 3rd party library (as it's not your code) ... you nee to:
This way code is still indexed and used for code completion/classes/functions resolving etc ... but errors/todos/etc are not shown for them.