Skip to content
New issue

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

Broken/incomplete reporting #701

Open
jbruchanov opened this issue Aug 8, 2023 · 3 comments
Open

Broken/incomplete reporting #701

jbruchanov opened this issue Aug 8, 2023 · 3 comments

Comments

@jbruchanov
Copy link

./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"

@jbruchanov
Copy link
Author

ktlint = "1.0.0"
ktlintplugin = "11.6.0"

reproducible with ^ versions..

looks like running ./gradlew ktlintCheck for 2nd time right away prints out everything 🤷‍♂️

@wakingrufus
Copy link
Collaborator

Thanks for the report. I'll see if I can figure this out.

@jbruchanov
Copy link
Author

jbruchanov commented Jun 27, 2024

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants