An open API service indexing awesome lists of open source software.

https://github.com/valentinvignal/dart-analyze

analyzes the changed lines of a dart pull request
https://github.com/valentinvignal/dart-analyze

Last synced: 6 months ago
JSON representation

analyzes the changed lines of a dart pull request

Awesome Lists containing this project

README

          

[![codecov](https://codecov.io/gh/ValentinVignal/dart-analyze/graph/badge.svg?token=Xt2QG1eluv)](https://codecov.io/gh/ValentinVignal/dart-analyze)

[![wakatime](https://wakatime.com/badge/user/a700230c-ba51-4378-8fbc-fbcb542401ed/project/b2c34bb4-5112-457c-8fa1-983782c4ccd5.svg)](https://wakatime.com/badge/user/a700230c-ba51-4378-8fbc-fbcb542401ed/project/b2c34bb4-5112-457c-8fa1-983782c4ccd5)

# dart-analyze

This package analyzes the modified lines dart code of the PR by running `dart analyze` and `dart format`.

Used by https://github.com/ValentinVignal/action-dart-analyze