How to ignore/exclude all files under a directory, or a certain file type from inspection?
Answered
This does NOT include excluding it by adding the files to the csproj.
Right clicking on the directory and clicking exclude adds those files to csproj, which is a problem since this is a shared repo and these files should be included. I just want Rider to stop parsing all javascript files, or all files under a certain directory. Every other jetbrain's IDE can do this. So is the feature just not implemented yet, or is there a way to do it that I've missed? Since all the help text I've found around this doesn't apply to Rider.
Please sign in to leave a comment.
Do you mean something like Code Inspections->Elements to skip in Re#?

I have filed a request https://youtrack.jetbrains.com/issue/RIDER-6387, please vote.
Yup, exactly that. Darn, was hoping I was just being stupid and just missed the setting. Thanks for filing a request, I voted.