From 8c10d6df20e5e06c82565bee27dfe6fbd16f5234 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Thu, 28 Nov 2024 10:38:36 +0100 Subject: [PATCH] (docs) Update documentation for CPMR0067 This updates the documentation that is stubbed out for the Chocolatey Community Package Validator rule CPMR0067, by including information about the rule. --- .../moderation/package-validator/rules/cpmr0067.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0067.mdx b/src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0067.mdx index 7248d0ed28a..8fb111bb019 100644 --- a/src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0067.mdx +++ b/src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0067.mdx @@ -12,16 +12,16 @@ import PackageValidatorRuleNote from '@components/docs/PackageValidatorRuleNote. - - This page is a stub that has not yet been filled out. If you have questions about this issue, please ask in the review or reach out on [Community Chat](https://ch0.co/community) - - ## Issue -In the nuspec, +In the nuspec, the tag `notSilent` has been specified, indicating that the package is not silent, which means that there is some indication that an install, upgrade or uninstall is taking place such as a window being shown, a progress bar or something else that is visible. + +A package not specifying this tag indicates it is entirely silent in all scenarios that are known. ## Recommended Solution -Please update _ so that _ +If the installation, upgrade or uninstall of the package is silent, please update the nuspec to not contain the `notSilent` tag, which means there is some indication that an install, upgrade or uninstall is taking place such as a window being shown, a progress bar or something else that is visible. ## Reasoning + +The tag `notSilent` should only be used to indicate that the package is not silent.