Documentation corrections for AvoidUsingPositionalParameters by God-damnit-all · Pull Request #1917 · PowerShell/PSScriptAnalyzer
Conversation
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')
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters