Skip to content

Latest commit

Β 

History

History
executable file
Β·
33 lines (27 loc) Β· 1.77 KB

File metadata and controls

executable file
Β·
33 lines (27 loc) Β· 1.77 KB

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