When using Detekt, is there a way to configure it to error if there is a baseline file entry that is NOT found? To catch when the baseline needs to be updated?
c
Chris Lee
07/22/2024, 7:48 PM
that seems contrary to the goal of the baseline - to establish a baseline set of ignored issues, with any new issue expected to be addressed (not added to the baseline).
l
Larry Garfield
07/22/2024, 7:50 PM
Right, but when something gets fixed, I would also like to know about it.