How to suppress syntax errors in html files? Follow
Hy solution contatins a lot of files named *.html that is not html complient (contains <?word?> in abritary places)
These files are with a propritary file template syntax that I have no control over, neither can I add comments to the affected files
I want to suppress these errors in the "Errors in Solution" panel but cant find a way
I can live with suppressing all checks on all html files in the solution but would prefer other solutions to be un affected
Please sign in to leave a comment.
Hi Jens!
You can ignore those files by adding them by mask to generated ones.
Look at ReSharper → Options → Code Inspection → Generated Code
Even better to do it with skipped items: ReSharper → Options → Code Inspection → Edit Items to Skip
Thanks, used Edit Items to Skip