Closed RobbyCBennett closed 6 months ago
This is happening with parseAll
, parseChanged
, and parseFiles
. For some reason, old errors remain with the IssueManager
.
@hackhaslam do you know why I still see old errors with the IssueManager
when background CodeChecks are disabled? I only see it in userver and not Understand, so I guess I'm doing something wrong.
It's probably fixed by stinb/sti@facd01e0cd211dcfa51b9f83ac13b65eb7a26932 that I just checked in. Those calls are required during the parse to be able to create and clear error/warning issues.
Yes, that fixed it. Thank you. I didn't know that I had to do that.
Replicate:
I always use background checks, so I haven't noticed this until now.