From 429ee95677c5c47c10fd571084ba14187c5bf0b2 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Mon, 20 Nov 2023 13:01:22 +0000 Subject: [PATCH 1/2] docs: update check licenses retrieval documentation --- 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..e291b8ddf 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: From 4e15e1b140df7459ef370374a69eb99e6aee421d Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Mon, 20 Nov 2023 13:09:01 +0000 Subject: [PATCH 2/2] chore: prettier --- site/docs/commands/check_licenses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/commands/check_licenses.md b/site/docs/commands/check_licenses.md index e291b8ddf..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 - 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. +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 ⚙️