Skip to content

Commit 3f9f8ab

Browse files
committed
Fix broken link
1 parent 73ef963 commit 3f9f8ab

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed
Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
---
22
description: Explains how the PowerShell ScriptAnalyzer is integrated with the PowerShell Gallery.
3-
ms.date: 11/16/2022
3+
ms.date: 12/12/2024
44
title: ScriptAnalyzer rule profile for Gallery
55
---
66
# ScriptAnalyzer rule profile for Gallery
77

8-
To ensure the quality of packages published to PowerShell Gallery, we run
9-
[PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) rules to determine if there are
10-
any violations in the scripts submitted.
8+
To ensure the quality of packages published to PowerShell Gallery, we run [PSScriptAnalyzer][01]
9+
rules to determine if there are any violations in the scripts submitted.
1110

12-
You can find the list of rules we are running on ScriptAnalyzer
13-
[GitHub page](https://github.com/PowerShell/PSScriptAnalyzer/blob/development/Engine/Settings/PSGallery.psd1).
14-
If you have any concerns regarding the rules we are running, please contact PowerShell Gallery
15-
Administrators, or open an issue for ScriptAnalyzer.
11+
You can find the list of rules we are running on ScriptAnalyzer [GitHub page][02]. If you have any
12+
concerns regarding the rules we are running, please contact PowerShell Gallery Administrators, or
13+
open an issue for ScriptAnalyzer.
1614

1715
ScriptAnalyzer results will be displayed on each individual package page in Gallery in the coming
1816
release. We encourage package owners to check their packages to make sure there are no severe errors
1917
in published packages.
18+
19+
<!-- link references -->
20+
[01]: https://github.com/PowerShell/PSScriptAnalyzer
21+
[02]: https://github.com/PowerShell/PSScriptAnalyzer/blob/main/Engine/Settings/PSGallery.psd1

0 commit comments

Comments
 (0)