Skip to content


⚠️ Stop saying "you forgot to …" in code review in Kotlin

Danger Kotlin

This project is a middleware layer for Danger that evaluates your Kotlin script based Dangerfile against your pull requests.

Installation

Mac - Apple Silicon
homebrew install r0adkll/tap/danger-kotlin
Mac - Intel
homebrew install r0adkll/tap/danger-kotlin-intel
Linux
bash <(curl -s https://raw.githubusercontent.com/r0adkll/danger-kotlin/main/scripts/install.sh)
source ~/.bash_profile
Directly from source
git clone https://github.com/r0adkll/danger-kotlin.git
sudo make install

Write your first Dangerfile

Check out the Dangerfile > Basic page to get started!

Running your Dangerfile’s

Check out the Usage page to get started!

IDE Plugin

Check out the IntelliJ Plugin page to get started!

Extending Danger Kotlin

Check out Plugins page for more information on extending Danger with custom plugins.