From f282c094bdfe84125139943fd5d32c8b9801d891 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Tue, 21 Nov 2023 17:12:12 +0000 Subject: [PATCH] docs: update check licenses retrieval documentation (#894) --- site/docs/commands/check_licenses.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/commands/check_licenses.md b/site/docs/commands/check_licenses.md index 1c163091d..6c25e16eb 100644 --- a/site/docs/commands/check_licenses.md +++ b/site/docs/commands/check_licenses.md @@ -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 ⚙️ @@ -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: