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
You might want to fix the typo in ktlint_experimental to enable the experimental rules of ktlint:
ktlint_experimental
kotlin { ktlint(ktlintVersion) .editorConfigOverride(mapOf("ktlint_experimentasl" to "enabled")) }
Also, you can remove property below as it is invalid (the correct property is already on the line below it):
ktlint_experimental_property-naming = disabled
N/A
No response
The text was updated successfully, but these errors were encountered:
Migrate to version catalog and bump all dependency versions
809cac3
This also resolves issue #19 and bumps ktlint to the latest version
Migrate to version catalog and bump all dependency versions (#20)
6a3f8ec
Resolved in #20, thanks for the heads up!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
You might want to fix the typo in
ktlint_experimental
to enable the experimental rules of ktlint:Also, you can remove property below as it is invalid (the correct property is already on the line below it):
Reproduction steps
N/A
Expected behavior
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: