FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

Documentation corrections for AvoidUsingPositionalParameters - #1917

Merged
Christoph Bergmeister (bergmeister) merged 1 commit into
PowerShell:masterfrom
God-damnit-all:patch-1
Aug 18, 2023
Merged

Documentation corrections for AvoidUsingPositionalParameters#1917
Christoph Bergmeister (bergmeister) merged 1 commit into
PowerShell:masterfrom
God-damnit-all:patch-1

Conversation

Copy link
Copy Markdown
Contributor

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')

Christoph Bergmeister (bergmeister) left a comment
edited
Loading

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks, good catch. Sean Wheeler (@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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL