-
Notifications
You must be signed in to change notification settings - Fork 39
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
[EPIC] Wrap Ktlint #1561
Comments
### What's done: - added a builder to run Diktat - reused it in maven plugin It's part of #1561
Note: https://github.com/twitter/compose-rules/ project somehow managed to enable both Detekt and ktlint integration. I think you might be able to pull off the same with Spotless and ktlint (and maybe Detekt too, if you do, please add to https://detekt.dev/marketplace) |
Thanks, will look into it |
Right now diktat is run by calling ktlint which calls diktat.
Upgrade of diktat in spotless requires upgrade of ktlint.
Need to add a wrapper for running of ktlint in diktat
MakeAdd main class for diktat.jar #1557diktat.jar
executable without ktlintRuleSetProvider
toRuleSetProviderV2
#1543kaml
#1540The text was updated successfully, but these errors were encountered: