Skip to content

Commit

Permalink
Remove non-functional package_api_docs lint (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Oct 14, 2024
1 parent efe8ce3 commit cba1ed6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions pkgs/gcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.8.16-wip

## 0.8.15

- Update the pubspec repository field to reflect the repo move.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/gcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ await pubsub.createSubscription(
endpoint: Uri.parse('https://server.example.com/push'));
```

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

Expand Down
5 changes: 0 additions & 5 deletions pkgs/gcloud/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
include: package:dart_flutter_team_lints/analysis_options.yaml

analyzer:
language:
strict-casts: true

linter:
rules:
- cancel_subscriptions
- package_api_docs
- prefer_relative_imports
- test_types_in_equals
2 changes: 1 addition & 1 deletion pkgs/gcloud/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gcloud
version: 0.8.15
version: 0.8.16-wip
description: >-
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
repository: https://github.com/dart-lang/labs/tree/main/pkgs/gcloud
Expand Down

0 comments on commit cba1ed6

Please sign in to comment.