Skip to content

code-schreiber/ReviewMe

Repository files navigation

Kotlin Author Open Source Love svg3 Build Status


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 Review comment AndroidLint comment

Notes

  • 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.
Used technologies

Danger
Detekt
ktlint
Travis CI