Is it possible to mark a file as correct even though it shows errors?

已回答

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!

0

Change the highlighting level to Syntax:

1
Avatar
Permanently deleted user

Actually had to completely disable it (set it to none), but that worked, thank you!

0

请先登录再写评论。