-
Notifications
You must be signed in to change notification settings - Fork 508
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
0.48.0 does not allow nordic chars åäöåæø in package-names #1757
Comments
Similar to #1530 |
More problems like this are likely to occur in this release. |
It seems like it also fails on property-, class- and function-names containing nordic characters when running with experimental rules:
|
Indeed, that is not entirely unexpected. Thnx for confirming though. Sorry for the inconvenience. |
When upgrading from 0.47.1 to 0.48.0, ktlint complains on package names containing åæø.
Expected Behavior
Expecting æøå to be accepted
Observed Behavior
Package name contains a disallowed character (cannot be auto-corrected) (package-name)
Steps to Reproduce
Create class
Bar
in package with nameføø
and runmvn antrun:run@ktlint
Your Environment
.editorconfig
settingsThe text was updated successfully, but these errors were encountered: