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

[Kotlin] Can't find ruleset when specifying KtLint to v0.6.1 or above - package name changed #92

Closed
kvnxiao opened this issue Mar 19, 2017 · 2 comments
Labels

Comments

@kvnxiao
Copy link
Contributor

kvnxiao commented Mar 19, 2017

Unable to apply step 'ktlint' to 'file.kt'
java.lang.ClassNotFoundException: com.gihub.shyiko.ktlint.ruleset.standard.StandardRuleSetProvider

https://github.com/shyiko/ktlint/blob/master/ktlint-ruleset-standard/src/main/kotlin/com/github/shyiko/ktlint/ruleset/standard/StandardRuleSetProvider.kt

ktlint has fixed the package naming from com.gihub.shyiko.ktlint.ruleset.standard to com.github.shyiko.ktlint.ruleset.standard, can someone please do a quick update on this? Thanks!

@nedtwigg
Copy link
Member

Thanks! Your fix will be available in 3.2.0-SNAPSHOT in a few minutes, when CI finishes. Issue #13 is close to landing, so we're probably gonna wait for that to turn the release crank.

@nedtwigg
Copy link
Member

nedtwigg commented Apr 3, 2017

Thanks for the PR! It has been published as 3.2.0.

@nedtwigg nedtwigg closed this as completed Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants