We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've generated the baseline.xmls files using ktlintGenerateBaseline. Then I've added:
baseline.xml
ktlintGenerateBaseline
subprojects { ktlint { [...] baseline = file("baseline.xml") [...] } }
but it gets ignored when I run ktlintFormat.
ktlintFormat
Is there a way to have a baseline.xml per module and have the ktlintFormat to ignore the issues on the baseline?
The text was updated successfully, but these errors were encountered:
The issue pointed to Readme
ktlint-gradle/README.md
Line 202 in 7fc6fe2
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?
Sorry, something went wrong.
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: