Skip to content

Commit 913756c

Browse files
committed
(docs) Add notice for rules in Community extension
This adds a new component that can be used to mark Package Validator rules as not yet being implemented in Package Validator, but however has been implemented in the Chocolatey Community Validation Extension.
1 parent d995c6c commit 913756c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
3+
---
4+
import Callout from '@choco/components/Callout.astro';
5+
import Iframe from '@choco/components/Iframe.astro';
6+
import Xref from '@components/Xref.astro';
7+
8+
<Callout type="warning">
9+
This rule has not been implemented in Package Validator, and is only available in the Chocolatey Community Validation extension.
10+
11+
Once it has been implemented in Package Validator, the severity or behavior may be changed in the Chocolatey Community Validation extension.
12+
</Callout>

0 commit comments

Comments
 (0)