File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
powershell-gallery/docs-conceptual/concepts Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 11---
22description : Explains how the PowerShell ScriptAnalyzer is integrated with the PowerShell Gallery.
3- ms.date : 11/16/2022
3+ ms.date : 12/12/2024
44title : 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
1715ScriptAnalyzer results will be displayed on each individual package page in Gallery in the coming
1816release. We encourage package owners to check their packages to make sure there are no severe errors
1917in 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
You can’t perform that action at this time.
0 commit comments