-
Notifications
You must be signed in to change notification settings - Fork 459
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
Unable to pass .editorconfig
options as userData
when using ktlint-0.45.x
#1193
Comments
How about using Ktlint's ExperimentalParams instead of Params even though it's marked with I couldn't get the current user data approach to work with booleans anyway, they seem to be converted to false no matter what values I use. Using
|
According the comment, I'd be happy to merge a PR which does this, but we need to find out:
|
Starting with |
Awesome, thank you! Will upgrade soon. |
It seems that recent ktlint version do not accept editor config options under the old key.
When using this spotless config
launching
spotlessApply
gradle task throws an error:Here's the full stacktrace:
Stacktrace
Versions
Spotless gradle plugin:
6.5.2
Ktlint:
0.45.2
The text was updated successfully, but these errors were encountered: