nimblehq / android-templates

Our optimized Android templates used in our projects
https://nimblehq.co/
MIT License
90 stars 21 forks source link

Update static code analysis tool to `ktlint` instead of `lint` #342

Open toby-thanathip opened 1 year ago

toby-thanathip commented 1 year ago

Why

Ktlint will improve our Kotlin code quality with lint checks

Once approved we can drop this issue: #182

Acceptance Criteria

Who Benefits?

This is essential because it will improve the experience of developers

ryan-conway commented 1 year ago

@Tuubz looks like we'll need to update our .gitignore files too since ktlint wants us to update .idea/codeStyles/codeStyleConfig.xml and .idea/codeStyles/Project.xml as well 🤔 ref