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
No files matched [**\\*.kt, **\\*.kts]
ktlint should be able to traverse and match Windows paths, too.
ktlint
ktlint launched w/o arguments is unable to find Kotlin files in the current directory:
D:\Users\alice>dir *.kt Volume in drive D is Data Volume Serial Number is 3861-443F Directory of D:\Users\alice 25.08.2022 18:33 8 C.kt 1 File(s) 8 bytes 0 Dir(s) 711 684 263 936 bytes free D:\Users\alice>java -jar ktlint 15:31:21.793 [main] INFO com.pinterest.ktlint.internal.KtlintCommandLine - Enable default patterns [**\\*.kt, **\\*.kts] 15:31:21.854 [main] ERROR com.pinterest.ktlint.internal.KtlintCommandLine - No files matched [**\\*.kt, **\\*.kts]
This is a clear regression against the previous version (0.46.1, while still not ideal, it's far less brittle when working with paths).
Download the fat JAR and run it on Windows.
The text was updated successfully, but these errors were encountered:
Apologies, this is another manifestation of #1600.
Sorry, something went wrong.
Duplicate of #1600
No branches or pull requests
Expected Behavior
ktlint
should be able to traverse and match Windows paths, too.Observed Behavior
ktlint
launched w/o arguments is unable to find Kotlin files in the current directory:This is a clear regression against the previous version (0.46.1, while still not ideal, it's far less brittle when working with paths).
Steps to Reproduce
Download the fat JAR and run it on Windows.
Your Environment
The text was updated successfully, but these errors were encountered: