Skip to content

Commit

Permalink
remove an analysis server instance (#2633)
Browse files Browse the repository at this point in the history
* remove one analysis server instance

* remove doc/generated/dartservices.json
  • Loading branch information
devoncarew authored Aug 22, 2023
1 parent 3bdbf53 commit fb7ec47
Show file tree
Hide file tree
Showing 12 changed files with 730 additions and 2,451 deletions.
2 changes: 1 addition & 1 deletion pkgs/dart_services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The server will run from port 8082 and export several JSON APIs, like

To run tests:

`FLUTTER_CHANNEL="stable" grind test` for unit tests
`FLUTTER_CHANNEL=stable dart tool/grind.dart test` for unit tests

or:

Expand Down
1 change: 0 additions & 1 deletion pkgs/dart_services/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ analyzer:
strict-inference: true
strict-raw-types: true
exclude:
- doc/generated/**
- flutter-sdks/**
- local_pub_cache/**
- project_templates/**
Expand Down
Loading

0 comments on commit fb7ec47

Please sign in to comment.