Skip to content
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

Fix typo #19

Closed
paul-dingemans opened this issue Jan 23, 2024 · 1 comment
Closed

Fix typo #19

paul-dingemans opened this issue Jan 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@paul-dingemans
Copy link

Describe the bug

You might want to fix the typo in ktlint_experimental to enable the experimental rules of ktlint:

    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

Reproduction steps

N/A

Expected behavior

N/A

Additional context

No response

@paul-dingemans paul-dingemans added the bug Something isn't working label Jan 23, 2024
tlusk added a commit that referenced this issue Jan 23, 2024
This also resolves issue #19 and bumps ktlint to the latest version
tlusk added a commit that referenced this issue Jan 23, 2024
This also resolves issue #19 and bumps ktlint to the latest version
@tlusk
Copy link
Collaborator

tlusk commented Jan 23, 2024

Resolved in #20, thanks for the heads up!

@tlusk tlusk closed this as completed Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants