Is it possible to mark a file as correct even though it shows errors?
Answered
I have a pom.xml that contains maven-antrun-plugin elements, and since the erroneous marking of those as unresolved is still an open issue (https://youtrack.jetbrains.com/issue/IDEA-92205), I'd like to at least be able to mark it as correct, so that it doesn't make the entire package and project seem like it contains an error.
Is this possible? Thanks in advance!
Please sign in to leave a comment.
Change the highlighting level to Syntax:
Actually had to completely disable it (set it to none), but that worked, thank you!