-
Notifications
You must be signed in to change notification settings - Fork 14
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 ktlint #276
Add ktlint #276
Conversation
27d8d24
to
2e92a6b
Compare
6999bdc
to
f0ff04a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added auto-generated gradle wrapper to the git, so that we can actually run gradlew tasks on the CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! Especially on the CONTRIBUTING.md
changes! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done! 👍
Description
We have no linting for Kotlin code.
The actual code formatting is done here: #279
Changes
This PR adds:
CONTRIBUTING.md
fileChecklist
CHANGELOG
entry