uniflow-kt / uniflow-kt

Uniflow 🦄 - Simple Unidirectional Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add detekt, ktlint or another linter / formatter

erikhuizinga opened this issue · comments

For a UniFlow v1 release it might be nice to clean up the code base by requiring a certain style, coding conventions and/or formatting. Tools like detekt and ktlint (the former is built on the latter) can help. Detekt comes with a Gradle plugin and there is a Gradle plugin for ktlint, for simple usage on every platform that can run Gradle tasks, e.g CLI and CI.

yes, good idea 👍

just need to add it to the CI.

Also can be a good idea to bring back CI to Github actions and have everything here.