Sha256: 0629ae3d89f198e30a92bc76c7c2fcb5b8b34de3e6722c44a7a17e8c2aeb46c1
Contents?: true
Size: 726 Bytes
Versions: 1
Compression:
Stored size: 726 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 > result.log ``` Add the following to your Dangerfile. ``` chikuwa.report "result.log" ``` If `inline_mode` is true, the plugin will report the errors, warnings and **info** as inline comments. ``` chikuwa.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-chikuwatter-0.0.1 | README.md |