Skip to content

Danger Plugin for reporting Android build errors and warnings

License

Notifications You must be signed in to change notification settings

watanavex/chikuwa

Repository files navigation

danger-chikuwa

Danger Plugin for reporting Android build errors and warnings

Installation

Add this line to your Gemfile:

gem danger-chikuwa

Usage

Redirect the standard and error output of the command line build to a text file. Change the build flavor as needed.

$ ./gradlew assembleDebug 2>&1 | tee build.log

Add a line to your Dangerfile.

chikuwa.report "build.log"

Optionally supports inline comments.

chikuwa.inline_mode = true

Here is a sample repository.
watanavex/android-check-for-chikuwa#5

Development

  1. Clone this repo
  2. Run bundle install to setup dependencies.
  3. Run bundle exec rake spec to run the tests.
  4. Use bundle exec guard to automatically have tests run as you make changes.
  5. Make your changes.

What is Chikuwa?

Chikuwa is my family❤️ chikuwa-photo

About

Danger Plugin for reporting Android build errors and warnings

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages