-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add a linter #24
Comments
Probably Detekt with KtLint-based formatting rules enabled? |
I just found this discussion, but just as a remark, of course KtLint is way more Kotlin-specific style checks than |
My point for preferring Editorconfig over tools like KTLint (and Detekt) is simplicity, both for the IDE and for build scripts. Tools like Detekt are generally useful for big teams or a large number of contributors, but in this case we're not at that point and a simple |
In this way we do not have to review for styles issues
The text was updated successfully, but these errors were encountered: