Skip to content

Commit c4973cc

Browse files
committed
Add ellipsis to 'wrong' example.
1 parent 426089c commit c4973cc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

RuleDocumentation/AvoidUsingPlainTextForPassword.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Wrong:
3030
$Passphrases,
3131
$Passwordparam
3232
)
33+
...
3334
}
3435
```
3536

@@ -38,10 +39,10 @@ Correct:
3839
```
3940
function Test-Script
4041
{
41-
[CmdletBinding()]
42-
[Alias()]
43-
[OutputType([Int])]
44-
Param
42+
[CmdletBinding()]
43+
[Alias()]
44+
[OutputType([Int])]
45+
Param
4546
(
4647
[SecureString]
4748
$Password,

0 commit comments

Comments
 (0)