Skip to content

Commit

Permalink
docs: update check licenses retrieval documentation (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored Nov 21, 2023
1 parent 4f60e16 commit f282c09
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit f282c09

Please sign in to comment.