-
Notifications
You must be signed in to change notification settings - Fork 166
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
Ktlint plugin duplicate folder if project path contains accented letters #429
Comments
Interesting, should not modify it. Could you create some simple project that reproduces this issue? This would be really helpful. |
Here is the repo. I tried to explain how to reproduce the error into the readme |
I could not reproduce it on Linux. On Windows 10 I could not even run To what region and language your Windows installation has set? |
The region is Italy and language is italian. I'll move my project into another folder. |
Setting my locale to Italian did not solve my issue, created a bug in Gradle repo 🤔 |
I'm using Ktlint plugin and I saw a small problem: when it generates the report, if proj path contains an accented letter, it changes the accented letter with a special character, resulting in a new folder which will contains the reports.
Here is an example:
from this path "D:\User\Università\my\project\path"
the report will be into this path "D:\User\UniversitÃ\my\project\path\build\reports\ktlint"
I'm using windows (not sure if this matters), gradle v=6.8.1, ktlint v=9.4.1.
If you need more info about this bug, I'll be glad to help you.
The text was updated successfully, but these errors were encountered: