Skip to content

Commit cba1ed6

Browse files
authored
Remove non-functional package_api_docs lint (#179)
1 parent efe8ce3 commit cba1ed6

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

pkgs/gcloud/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.8.16-wip
2+
13
## 0.8.15
24

35
- Update the pubspec repository field to reflect the repo move.

pkgs/gcloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ await pubsub.createSubscription(
243243
endpoint: Uri.parse('https://server.example.com/push'));
244244
```
245245

246-
With this subscription all messages will be send to the URL provided in the
246+
With this subscription all messages will be sent to the URL provided in the
247247
`endpoint` argument. The server needs to acknowledge the reception of the
248248
message with a `200 OK` reply.
249249

pkgs/gcloud/analysis_options.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
include: package:dart_flutter_team_lints/analysis_options.yaml
22

3-
analyzer:
4-
language:
5-
strict-casts: true
6-
73
linter:
84
rules:
95
- cancel_subscriptions
10-
- package_api_docs
116
- prefer_relative_imports
127
- test_types_in_equals

pkgs/gcloud/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gcloud
2-
version: 0.8.15
2+
version: 0.8.16-wip
33
description: >-
44
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
55
repository: https://github.com/dart-lang/labs/tree/main/pkgs/gcloud

0 commit comments

Comments
 (0)