Larry Garfield
07/23/2024, 4:14 PMgradlew detekt
, it reports no errors.
• If i run gradlew detektBaseline
, it regenerates my baseline files and both adds and removes entries. This implies there are errors according to baseline, but not to the main checker.
• If I delete all of the items in one baseline file and rerun detekt
, it reports no issues. But running detektBaseline
did not remove any lines from that file, so baseline thinks they’re still issues.
• If I then rerun detektBaseline
, it re-adds the lines I just removed to the baseline file.
It’s… like detekt
is working in an entirely different world from baseline. Can anyone explain what’s going on?Brais Gabin
07/23/2024, 5:09 PMLarry Garfield
07/23/2024, 5:27 PMBrais Gabin
07/23/2024, 5:28 PMLarry Garfield
07/23/2024, 5:32 PMBrais Gabin
07/23/2024, 5:33 PMLarry Garfield
07/23/2024, 5:34 PM