mkrussel
03/15/2022, 4:11 PMdetektBaseline
task. It generated a detekt-baseline.xml
file, but when I run detekt
again, all the errors are reported. The warnings are from a custom Rule I created, so it is possible that there is something wrong with how I reported it.
It is suppressing some of the warnings but not all. I'm triggering warnings for all @property
tags in class documentation. The baseline includes all the ones found, but it is only suppressing the last one in a given class documentation block. This seems to be a bug.gammax
03/15/2022, 8:03 PMmkrussel
03/15/2022, 8:03 PMmkrussel
03/15/2022, 8:04 PMgammax
03/15/2022, 8:23 PMgammax
03/15/2022, 8:23 PMmkrussel
03/15/2022, 8:23 PM