Skip to content

Commit c99d53d

Browse files
committed
Update with changes from PowerShell/PSScriptAnalyzer#1844
1 parent fd1eba2 commit c99d53d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

reference/docs-conceptual/PSScriptAnalyzer/Rules/ProvideCommentHelp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ following articles:
1919

2020
- [Writing Comment-based Help](/powershell/scripting/developer/help/writing-comment-based-help-topics)
2121
- [Writing Help for PowerShell Cmdlets](/powershell/scripting/developer/help/writing-help-for-windows-powershell-cmdlets)
22-
- [Create XML-based help using PlatyPS](/powershell/scripting/dev-cross-plat/create-help-using-platyps)
22+
- [Create XML-based help using PlatyPS](/powershell/utility-modules/platyps/create-help-using-platyps)
2323

2424
## Configuration
2525

reference/docs-conceptual/PSScriptAnalyzer/Rules/ShouldProcess.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,10 @@ function Set-File
6666
{
6767
$Content | Out-File -FilePath $Path
6868
}
69+
else
70+
{
71+
# Code that should be processed if doing a WhatIf operation
72+
# Must NOT change anything outside of the function / script
73+
}
6974
}
7075
```

0 commit comments

Comments
 (0)