How to exclude files/directories from parsing
I have a couple template directories that have xml/properties files that get
copied other places during the build process and therefore they aren't
syntactically(sp?) correct. I want to be able to see them in my project
structure and view them but I don't want them marked all red. How can I do
this?
Please sign in to leave a comment.
Use inspection profiles :
create a scope for your specific xml/properties files.
Project Settings | Scopes | create a scope
create a small or empty profile :
Project Settings | Errors | create a new inspection profile
associate the inspection profile with a scope
select 'Project Profiles' node | Add an entry (you might have to change the default first to enable the add button)
HTH