Sha256: 016efc66d7fbbafe4832142ab8bcf81d9cb6d82cd8e73530f516ea1db7ece973

Contents?: true

Size: 744 Bytes

Versions: 2

Compression:

Stored size: 744 Bytes

Contents

# danger-chikuwatter

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

## Installation

Add this line to your Gemfile:

```
gem danger-chikuwa
```

## Usage

Run flutter analyze and save the result to a file.

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

Add the following to your Dangerfile.

```
chikuwatter.report "analyze.log"
```

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.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
danger-chikuwatter-0.0.3 README.md
danger-chikuwatter-0.0.2 README.md