When using Detekt, is there a way to configure it ...
# getting-started
l
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
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
Right, but when something gets fixed, I would also like to know about it.