ReviewMe
🔎 👩🏽💻️ Automated code reviews 👨🏽💻️ 🔍
Life is short ⏳, let the bots review the code 🤖
Inspired by the idea of opinionated and automated code formatting,
this is a sample setup to automate pull requests comments about code formatting and code smells for kotlin in android.
The warnings come from Detekt, ktlint and AndroidLint.
See a pull request example here
- For a multi-module setup see this article
- Run Danger locally using
bundle exec danger dry_run
if you want to test without a bot.