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
In case if code (somehow) has compilation issues (e.g. after merge conflicts), running lintKotlin will give this error:
lintKotlin
lint worker execution error com.pinterest.ktlint.core.api.KtLintParseException: 17:5 Expecting member declaration at com.pinterest.ktlint.core.internal.RuleExecutionContext$Companion.createRuleExecutionContext$ktlint_core(RuleExecutionContext.kt:137) ...
Which doesn't clear, what file cause this issue.
The text was updated successfully, but these errors were encountered:
Yes, good point. Probably we should catch the error from running the ktlint library and wrap it in a better message indicating which file.
Sorry, something went wrong.
No branches or pull requests
In case if code (somehow) has compilation issues (e.g. after merge conflicts), running
lintKotlin
will give this error:Which doesn't clear, what file cause this issue.
The text was updated successfully, but these errors were encountered: