Skip to content

Commit 8c10d6d

Browse files
committed
(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.
1 parent c279871 commit 8c10d6d

File tree

1 file changed

+6
-6
lines changed
  • src/content/docs/en-us/community-repository/moderation/package-validator/rules

1 file changed

+6
-6
lines changed

src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0067.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ import PackageValidatorRuleNote from '@components/docs/PackageValidatorRuleNote.
1212

1313
<PackageValidatorRuleNote />
1414

15-
<Callout type="info">
16-
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)
17-
</Callout>
18-
1915
## Issue
2016

21-
In the nuspec,
17+
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.
18+
19+
A package not specifying this tag indicates it is entirely silent in all scenarios that are known.
2220

2321
## Recommended Solution
2422

25-
Please update _ so that _
23+
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.
2624

2725
## Reasoning
26+
27+
The tag `notSilent` should only be used to indicate that the package is not silent.

0 commit comments

Comments
 (0)