We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd525f commit 2bbe94eCopy full SHA for 2bbe94e
RuleDocumentation/ProvideVerboseMessage.md
@@ -15,19 +15,16 @@ Correct
15
```
16
Function TestFunction1
17
{
18
- [cmdletbinding()]
19
-
20
- Param()
21
22
- Write-Verbose "Verbose output"
+ [cmdletbinding()]
+ Param()
+ Write-Verbose "Verbose output"
23
24
}
25
26
Function TestFunction2
27
28
29
30
- Param()
31
+ Param()
32
33
0 commit comments