Open Tgo1014 opened 5 months ago
The issue pointed to Readme https://github.com/JLLeitschuh/ktlint-gradle/blob/7fc6fe24b68c673f152a38b3dbffca768f98f847/README.md?plain=1#L202
has been resolved. However, using the latest ktlint version with this gradle plugin still formats the errors in the baseline file.
How do we make the format task ignore the errors included in the baseline?
I've generated the
baseline.xml
s files usingktlintGenerateBaseline
. Then I've added:but it gets ignored when I run
ktlintFormat
.Is there a way to have a
baseline.xml
per module and have thektlintFormat
to ignore the issues on the baseline?