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

danger-chikuwatter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danger-chikuwatter

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

danger-chikuwatter

Danger Plugin for reporting flutter analyze errors, warnings and info.

Installation

Add this line to your Gemfile:

gem danger-chikuwa

Usage

Report flutter analyze errors and warnings

Run flutter analyze and save the result to a file.

$ flutter analyze 2>&1 | tee analyze.log

Add the following to your Dangerfile.

chikuwatter.analyze "analyze.log"
chikuwatter.report

Repost riverpod_lint errors and warnings

Run riverpod_lint and save the result to a file.

$ dart run custom_lint 2>&1 | tee riverpod_lint.log

Add the following to your Dangerfile.

chikuwatter.riverpod_lint_log "riverpod_lint.log"
chikuwatter.report

Report inline comments

If inline_mode is true, the plugin will report the errors, warnings and info as inline comments.

chikuwatter.inline_mode = true

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.

FAQs

Package last updated on 03 Jul 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