Closed
Description
Right now, unless a dev manually updates the baseline files for APICompat, we have no way of knowing if a check that's currently in the baseline has stopped triggering. We get an error when new checks pop up, so we'll know if the baseline grows, but nothing happens when old checks disappear, so we don't know if the baseline shrinks.
We could try writing to the baseline during every build, in addition to throwing an error if we trigger checks that weren't previously in the baseline.