blob: a6ae74971138d1105dd2d52eaf258a3138e3c9ce [file] [log] [blame] [view] [edit]
# Flutter Repository Checks
Repository-wide (excluding `engine/**`) analysis and code health checks.
This directory is an experimental project to modularize the code that lives
today in [`dev/bots/analyze.dart`](../bots/analyze.dart), and make it fast
enough (and compatible with) an optional git-commit hook. If you have any
questions or concerns, see [#170491](https://github.com/flutter/flutter/issues/170491).
## Usage
```sh
./dev/checks
```