◐ Shell
clean mode source ↗

Documentation corrections for AvoidUsingPositionalParameters by God-damnit-all · Pull Request #1917 · PowerShell/PSScriptAnalyzer

Conversation

@God-damnit-all

This is just a minor PR for fixing a couple of typos in the documentation.

Rules = @{
-    AvoidUsingPositionalParameters = @{
+    PSAvoidUsingPositionalParameters = @{
        CommandAllowList = 'az', 'Join-Path'
        Enable           = $true
    }
}
- #### AvoidUsingPositionalParameters: string[] (Default value is 'az')
+ #### CommandAllowList: string[] (Default value is 'az')

bergmeister

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, good catch. @sdwheeler It would be great to sync those fixes to the Docs repo since they apply to already published version of PSSA, I created this PR here: bergmeister/PowerShell-Docs-Modules#2

This was referenced

Mar 16, 2024

2 participants

@God-damnit-all @bergmeister