a74e877104
- Defined initial interface - Currently can spawn an HTTP server and forward websocket and HTTP requests to the VM service - Simple smoke tests - Initial documentation in dds_protocol.md and other book keeping - Enabled analysis on bots Change-Id: Ia11e9e33fd10b0b4700b704a29e2977341441cec Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/139542 Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com>
7 lines
141 B
YAML
7 lines
141 B
YAML
include: package:pedantic/analysis_options.1.7.0.yaml
|
|
|
|
linter:
|
|
rules:
|
|
- directives_ordering
|
|
- prefer_generic_function_type_aliases
|