forked from firka/flutter
Revert "re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server (#16281)" (#16482)
This reverts commit 2f41ea546f.
This commit is contained in:
@@ -79,7 +79,7 @@ analyzer. There are two main ways to run it. In either case you will
|
||||
want to run `flutter update-packages` first, or you will get bogus
|
||||
error messages about core classes like Offset from `dart:ui`.
|
||||
|
||||
For a one-off, use `flutter analyze --flutter-repo`. This uses the `analysis_options.yaml` file
|
||||
For a one-off, use `flutter analyze --flutter-repo`. This uses the `analysis_options_repo.yaml` file
|
||||
at the root of the repository for its configuration.
|
||||
|
||||
For continuous analysis, use `flutter analyze --flutter-repo --watch`. This uses normal
|
||||
|
||||
Reference in New Issue
Block a user