Skip to content
Snippets Groups Projects
Commit 89159a37 authored by P.Y. Laligand's avatar P.Y. Laligand
Browse files

[dart] Removed reference to obsolete flag.

Change-Id: Iec8c139fc2bd6204f08b64553008b31eafaec85d
parent 556f20a8
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,10 @@ dependencies:
## Analysis
Analysis is run as part of the Fuchsia build.
For each `dart_package` and `flutter_app` target, an analysis script gets
generated in the output directory under:
also generated in the output directory under:
```sh
out/<build-type>/gen/path/to/package/package.analyzer.sh
```
......@@ -107,9 +109,6 @@ scripts/run-dart-action.py analyze --out out/<build-type> --fatal-warnings --lin
```
This holds true for the individual analysis scripts.
Lastly, it is possible to automatically run analysis as part of the build by
passing the `--with-dart-analysis` flag to the `gen.py` script.
## Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment