1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00
dart-sdk/tools/verify_docs/pubspec.yaml
Daco Harkes e6a46b5044 [tools] Fix verify_docs on Windows
Use the correct path separators.

Change-Id: I7a68dfebb0e8ac81a6e1bda60d5272e8677fa123
Cq-Include-Trybots: luci.dart.try:pkg-win-release-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279390
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2023-01-20 19:05:44 +00:00

14 lines
306 B
YAML

name: verify_docs
description: A tool to validate the documentation comments for the `dart:` libraries.
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
_fe_analyzer_shared: any
analyzer: any
path: any