Skip to content

Commit

Permalink
golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos committed Jun 11, 2024
1 parent 7fb0d99 commit 962458e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
6 changes: 3 additions & 3 deletions test/goldens/end2end/_dummy_pkg-1.0.0-null-safety.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
{
"id": "documentation",
"title": "Provide documentation",
"grantedPoints": 0,
"grantedPoints": 10,
"maxPoints": 20,
"status": "failed",
"summary": "### [x] 0/10 points: 20% or more of the public API has dartdoc comments\n\nDependency resolution failed, unable to run `dartdoc`.\n\n### [x] 0/10 points: Package has an example\n\n<details>\n<summary>\nNo example found.\n</summary>\n\nSee [package layout](https://dart.dev/tools/pub/package-layout#examples) guidelines on how to add an example.\n</details>"
"summary": "### [x] 0/10 points: 20% or more of the public API has dartdoc comments\n\nDependency resolution failed, unable to run `dartdoc`.\n\n### [*] 10/10 points: Package has an example\n"
},
{
"id": "platform",
Expand Down Expand Up @@ -80,7 +80,7 @@
"screenshots": [],
"result": {
"homepageUrl": "https://github.com/dart-lang/pub-dev",
"grantedPoints": 15,
"grantedPoints": 25,
"maxPoints": 160
},
"urlProblems": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,14 @@ Changelog entries help developers follow the progress of your package. Check out

Detected license: `BSD-3-Clause`.

## 0/20 Provide documentation
## 10/20 Provide documentation

### [x] 0/10 points: 20% or more of the public API has dartdoc comments

Dependency resolution failed, unable to run `dartdoc`.

### [x] 0/10 points: Package has an example
### [*] 10/10 points: Package has an example

<details>
<summary>
No example found.
</summary>

See [package layout](https://dart.dev/tools/pub/package-layout#examples) guidelines on how to add an example.
</details>

## 0/20 Platform support

Expand Down

0 comments on commit 962458e

Please sign in to comment.