From abc2dec72613b682e9e128294d5b3f84d0d55806 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 12 Dec 2024 11:55:32 -0600 Subject: [PATCH] Fix broken link (#176) --- .../concepts/scriptanalyzer-rule-profile.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/powershell-gallery/docs-conceptual/concepts/scriptanalyzer-rule-profile.md b/powershell-gallery/docs-conceptual/concepts/scriptanalyzer-rule-profile.md index 09cf6be..8bef3a5 100644 --- a/powershell-gallery/docs-conceptual/concepts/scriptanalyzer-rule-profile.md +++ b/powershell-gallery/docs-conceptual/concepts/scriptanalyzer-rule-profile.md @@ -1,19 +1,21 @@ --- description: Explains how the PowerShell ScriptAnalyzer is integrated with the PowerShell Gallery. -ms.date: 11/16/2022 +ms.date: 12/12/2024 title: ScriptAnalyzer rule profile for Gallery --- # ScriptAnalyzer rule profile for Gallery -To ensure the quality of packages published to PowerShell Gallery, we run -[PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) rules to determine if there are -any violations in the scripts submitted. +To ensure the quality of packages published to PowerShell Gallery, we run [PSScriptAnalyzer][01] +rules to determine if there are any violations in the scripts submitted. -You can find the list of rules we are running on ScriptAnalyzer -[GitHub page](https://github.com/PowerShell/PSScriptAnalyzer/blob/development/Engine/Settings/PSGallery.psd1). -If you have any concerns regarding the rules we are running, please contact PowerShell Gallery -Administrators, or open an issue for ScriptAnalyzer. +You can find the list of rules we are running on ScriptAnalyzer [GitHub page][02]. If you have any +concerns regarding the rules we are running, please contact PowerShell Gallery Administrators, or +open an issue for ScriptAnalyzer. ScriptAnalyzer results will be displayed on each individual package page in Gallery in the coming release. We encourage package owners to check their packages to make sure there are no severe errors in published packages. + + +[01]: https://github.com/PowerShell/PSScriptAnalyzer +[02]: https://github.com/PowerShell/PSScriptAnalyzer/blob/main/Engine/Settings/PSGallery.psd1