Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

danger-chikuwa

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danger-chikuwa

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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.
https://github.com/watanavex/android-check-for-chikuwa/pull/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

FAQs

Package last updated on 25 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc