Are you tired of debating in code reviews? Start enforcing architecture and best practices with lint rules!
This sample Android application demonstrates how to write lint rules that enforce your team's architectural standards and best practices, in the form of unit tests, using Konsist.
For a comprehensive guide on setup and best practices with Konsist, please refer to the following blog post: Stop Debating in Code Reviews. Start Enforcing with Lint Rules. or check the official Konsist documentation.
- Clone the repository
- Explore the lint rules in the
konsist
module. - Enforce the lint rules in your CI/CD pipeline using the GitHub Action located under
.github/workflows
.
For further queries or feedback, feel free to reach out to me on Twitter: @SteliosFran.