Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update check licenses retrieval documentation #894

Merged
merged 5 commits into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/docs/commands/check_licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ very_good packages check licenses
```

:::info
The license checker requires an internet connection to fetch the data from [Dart's package manager][pub].
We do not collect any information about your project or dependencies. The license checker doesn't require an internet connection, it detects licenses locally using [Dart's package analyzer][https://pub.dev/packages/pana] license detector.
:::

## Arguments ⚙️
Expand Down Expand Up @@ -90,7 +90,7 @@ very_good packages check licenses --skip-packages=html,universal_io

### `ignore-retrieval-failures`

Disregard licenses that failed to be retrieved. Avoids terminating if the license of a dependency could not be retrieved; this may happen if something went wrong when fetching information from [pub][pub].
Avoids terminating if the license of a dependency could not be retrieved; this may happen if something went wrong when retrieving the license for a package. When enabled, those packages' licenses will fallback to unknown.

#### Example usage:

Expand Down