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
./gradlew ktlintCheck -> tells me there are 2 issues ./gradlew ktlintFormat -> fixes everything (way more files updated)
./gradlew ktlintCheck
./gradlew ktlintFormat
works correctly if I run ktlint manually
ktlint = "0.50.0" ktlintplugin = "11.5.1"
The text was updated successfully, but these errors were encountered:
ktlint = "1.0.0" ktlintplugin = "11.6.0"
reproducible with ^ versions..
looks like running ./gradlew ktlintCheck for 2nd time right away prints out everything 🤷♂️
Sorry, something went wrong.
Thanks for the report. I'll see if I can figure this out.
is there any progress on this ? just updated to 12.1.1...
and I always need to run ktlintCheck twice...
1st run gives me like 1st line or few errors... 2nd run gives me full list
using
ktlint = "1.3.0" ktlintplugin = "12.1.1" ktlintrules-compose = "0.4.4"
No branches or pull requests
./gradlew ktlintCheck
-> tells me there are 2 issues./gradlew ktlintFormat
-> fixes everything (way more files updated)works correctly if I run ktlint manually
ktlint = "0.50.0"
ktlintplugin = "11.5.1"
The text was updated successfully, but these errors were encountered: